blob: 702a8c56fa7f3210a0fdd7302630f734cec6a81a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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
AllowOverride all
</Location>
|