freebsd-ports/www/codeigniter17/files/codeigniter-production.conf.in
Beech Rintoul 831caccd0b - New port codeigniter-1.5.4
- CodeIgniter is a powerful PHP framework with a very small
footprint, built for PHP coders who need a simple and elegant toolkit
to create full-featured web applications.

PR:		ports/119347
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Approved by:	linimon (mentor)
2008-01-11 04:39:49 +00:00

16 lines
375 B
Text

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