freebsd-ports/www/cakephp2/files/cakephp-development.conf.in
Greg Larkin 6c1f956b02 - Update to 1.2.0.7692 RC3
- 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)
2008-10-08 18:27:03 +00:00

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>