summaryrefslogtreecommitdiff
path: root/www/cakephp12/files/cakephp-development-cgi.conf.in
blob: 48c1e373a372f85be64ec1bd82e6c54da7fe270d (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

Alias /cakephp %%WWWDIR%%

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