aboutsummaryrefslogtreecommitdiff
path: root/www/cakephp11/files/cakephp-development.conf.in
blob: f0ac4879ab113592364440a4b96a25375d8267c9 (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 %%DATADIR%%

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