2007-04-06 16:30:23 +02:00
|
|
|
AddType application/x-httpd-php .php
|
|
|
|
AddType application/x-httpd-php-source .phps
|
|
|
|
|
|
|
|
Action php-script %%PHPCGI%%
|
|
|
|
AddHandler php-script .php
|
|
|
|
|
2007-07-06 08:45:16 +02:00
|
|
|
Alias /cakephp %%WWWDIR%%
|
2007-04-06 16:30:23 +02:00
|
|
|
|
|
|
|
<Location /cakephp>
|
|
|
|
DirectoryIndex index.php
|
|
|
|
Order deny,allow
|
|
|
|
Allow from all
|
2008-10-08 20:27:03 +02:00
|
|
|
AllowOverride all
|
2007-04-06 16:30:23 +02:00
|
|
|
</Location>
|