summaryrefslogtreecommitdiff
path: root/www/cakephp12/files/cakephp-development.conf.in
blob: 86a7a676d57b6ee7dd17a6766d084480cff8b236 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Alias /cakephp %%WWWDIR%%

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