summaryrefslogtreecommitdiff
path: root/www/cakephp12/files/cakephp-production.conf.in
blob: c2330ddcef4878b3b6adeed6ab8293c7aa813050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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
    AllowOverride all
</Location>