50dc1dd069
- Changed Apache dependency to optional - Removed some useless Apache config directives from sample .conf files PR: ports/155588 Submitted by: Thomas Steen Rasmussen <thomas@gibfest.dk>
13 lines
281 B
Text
13 lines
281 B
Text
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
|
|
Action php-script %%PHPCGI%%
|
|
AddHandler php-script .php
|
|
|
|
DocumentRoot %%WWWDIR%%/app/webroot
|
|
|
|
<Location />
|
|
DirectoryIndex index.php
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|