1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/cakephp11/files/cakephp-development-cgi.conf.in
Martin Wilke 7dd774612a - Update to 1.1.15.5144
- Use WWWDIR

PR:		114138
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
2007-07-06 06:45:16 +00:00

14 lines
268 B
Plaintext

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