summaryrefslogtreecommitdiff
path: root/www/codeigniter-devel/files/codeigniter-production.conf.in
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-01-11 04:39:49 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-01-11 04:39:49 +0000
commit831caccd0b72a78114ebcb9390a76e5fe5eb1603 (patch)
treefa2676ea6b757c4af25e305473774460cf4bcc3e /www/codeigniter-devel/files/codeigniter-production.conf.in
parent- Fix local patch that was producing a crash. (diff)
- 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)
Diffstat (limited to 'www/codeigniter-devel/files/codeigniter-production.conf.in')
-rw-r--r--www/codeigniter-devel/files/codeigniter-production.conf.in16
1 files changed, 16 insertions, 0 deletions
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%%<Location /user_guide>
+%%HASHMARK%% Order deny,allow
+%%HASHMARK%% Allow from all
+%%HASHMARK%%</Location>
+
+<Location />
+ Order deny,allow
+ Allow from all
+</Location>