7dd774612a
- Use WWWDIR PR: 114138 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
10 lines
214 B
Text
10 lines
214 B
Text
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>
|