1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/prado/files/prado-production.conf.in
Beech Rintoul c371072054 - Update to 3.1.2.r2448
- Incorporated some changes from the www/codeigniter Makefile

PR:		ports/122996
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
2008-04-27 05:42:33 +00:00

12 lines
249 B
Plaintext

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
%%HASHMARK%%Alias /docs %%DOCSDIR%%
DocumentRoot %%WWWDIR%%
<Location />
DirectoryIndex index.php index.html
Order deny,allow
Allow from all
</Location>