diff options
Diffstat (limited to 'www/cakephp2/files/cakephp-production-cgi.conf.in')
-rw-r--r-- | www/cakephp2/files/cakephp-production-cgi.conf.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/cakephp2/files/cakephp-production-cgi.conf.in b/www/cakephp2/files/cakephp-production-cgi.conf.in deleted file mode 100644 index 7215c731486..00000000000 --- a/www/cakephp2/files/cakephp-production-cgi.conf.in +++ /dev/null @@ -1,13 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps - -Action php-script %%PHPCGI%% -AddHandler php-script .php - -DocumentRoot %%WWWDIR%%/app/webroot - -<Location /> - DirectoryIndex index.php - Order deny,allow - Allow from all -</Location> |