summaryrefslogtreecommitdiff
path: root/www/drupal/files
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-01-05 00:02:43 +0000
committeradrianp <adrianp>2006-01-05 00:02:43 +0000
commit0f8f0781adbe9d168a2232cea6b67ff28040d24e (patch)
tree88eaa90c6b9de6ef90fe20eaa854f4f7acedcc53 /www/drupal/files
parentdf8603a85dff81cdd6bc04fab1759de89641d917 (diff)
downloadpkgsrc-0f8f0781adbe9d168a2232cea6b67ff28040d24e.tar.gz
Initial import of Drupal v4.6.5.
Drupal is software that allows an individual or a community of users to easily publish, manage and organize a great variety of content on a website. Tens of thousands of people and organizations have used Drupal to set up scores of different kinds of web sites, including * community web portals and discussion sites * corporate web sites/intranet portals * personal web sites * aficionado sites * e-commerce applications * resource directories Drupal includes features to enable: * content management systems * blogs * collaborative authoring environments * forums * newsletters * picture galleries * file uploads and download
Diffstat (limited to 'www/drupal/files')
-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>