blob: 89b5ce7d06a03ac511d5963666b988b096af47d2 (
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 %%DATADIR%%/app/webroot
<Location />
DirectoryIndex index.php
Order deny,allow
Allow from all
</Location>
|