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