summaryrefslogtreecommitdiff
path: root/www/drupal/files/drupal.conf
diff options
context:
space:
mode:
Diffstat (limited to 'www/drupal/files/drupal.conf')
-rw-r--r--www/drupal/files/drupal.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/drupal/files/drupal.conf b/www/drupal/files/drupal.conf
new file mode 100644
index 00000000000..fcbbe64d13a
--- /dev/null
+++ b/www/drupal/files/drupal.conf
@@ -0,0 +1,14 @@
+# $NetBSD: drupal.conf,v 1.1.1.1 2006/01/05 00:02:43 adrianp Exp $
+#
+# Drupal configuration file fragment for Apache
+
+<IfModule mod_alias.c>
+ Alias /drupal/ "@DRUPAL@/"
+</IfModule>
+
+<Directory "@DRUPAL@">
+ DirectoryIndex index.php
+ AllowOverride Limit
+ Order allow,deny
+ Allow from all
+</Directory>