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)
11 lines
233 B
Text
11 lines
233 B
Text
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
|
|
Alias /cakephp %%WWWDIR%%
|
|
|
|
<Location /cakephp>
|
|
DirectoryIndex index.php
|
|
Order deny,allow
|
|
Allow from all
|
|
AllowOverride all
|
|
</Location>
|