6c1f956b02
- Fixed various portlint warnings - Removed redundant macro definitions - Added more MASTER_SITEs and fixed download filename problem - Fixed do-fetch target to correct tindy errors - Added knobs for some supported caching engines - Cleaned up installation target and fixed for package building Approved by: beech (mentor, implicit)
14 lines
303 B
Text
14 lines
303 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
|
|
AllowOverride All
|
|
</Location>
|