7dd774612a
- Use WWWDIR PR: 114138 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
13 lines
268 B
Text
13 lines
268 B
Text
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>
|