aboutsummaryrefslogtreecommitdiff
path: root/www/cakephp11/files/cakephp-production-cgi.conf.in
blob: 8565f62863519f92f2c00dd089e3f92b9fbdd211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Action php-script %%PHPCGI%%         
AddHandler php-script .php
 
DocumentRoot %%DATADIR%%/app/webroot

<Location />
    DirectoryIndex index.php
    Order deny,allow
    Allow from all
</Location>