blob: 8679a15b8958084924541156b7bfe8e2dd6fc7e5 (
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
DocumentRoot %%WWWDIR%%/app/webroot
<Location />
DirectoryIndex index.php
Order deny,allow
Allow from all
</Location>
|