diff options
Diffstat (limited to 'www/cakephp22/files/cakephp-development.conf.in')
-rw-r--r-- | www/cakephp22/files/cakephp-development.conf.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/cakephp22/files/cakephp-development.conf.in b/www/cakephp22/files/cakephp-development.conf.in new file mode 100644 index 000000000000..86a7a676d57b --- /dev/null +++ b/www/cakephp22/files/cakephp-development.conf.in @@ -0,0 +1,10 @@ +AddType application/x-httpd-php .php +AddType application/x-httpd-php-source .phps + +Alias /cakephp %%WWWDIR%% + +<Location /cakephp> + DirectoryIndex index.php + Order deny,allow + Allow from all +</Location> |