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