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