From 831caccd0b72a78114ebcb9390a76e5fe5eb1603 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Fri, 11 Jan 2008 04:39:49 +0000 Subject: - 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 (maintainer) Approved by: linimon (mentor) --- .../files/codeigniter-production.conf.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 www/codeigniter-devel/files/codeigniter-production.conf.in (limited to 'www/codeigniter-devel/files/codeigniter-production.conf.in') diff --git a/www/codeigniter-devel/files/codeigniter-production.conf.in b/www/codeigniter-devel/files/codeigniter-production.conf.in new file mode 100644 index 000000000000..2b9b97863ccc --- /dev/null +++ b/www/codeigniter-devel/files/codeigniter-production.conf.in @@ -0,0 +1,16 @@ +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%% +%%HASHMARK%% Order deny,allow +%%HASHMARK%% Allow from all +%%HASHMARK%% + + + Order deny,allow + Allow from all + -- cgit v1.2.3