1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/cakephp/files/cakephp-development.conf.in
Rong-En Fan e37ae0245b Add cakephp 1.1.13.4450, a framework for developing PHP web
applications.

PR:		ports/109331
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2007-02-21 05:07:30 +00:00

11 lines
212 B
Plaintext

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Alias /cakephp %%DATADIR%%
<Location /cakephp>
DirectoryIndex index.php
Order deny,allow
Allow from all
</Location>