]> git.pld-linux.org Git - packages/drupal.git/blobdiff - drupal.conf
- sample for vhost based setup
[packages/drupal.git] / drupal.conf
index 6fb11d1c482fd7784b352a247aeede1f356800a4..43997c5b3259fc009359e1c0a777245f7e332cd9 100644 (file)
     ErrorDocument 404 /drupal/index.php
 </Location>
 
+# use something like this for vhost setup, and remember to disable Alias
+# /drupal and RewriteBase /drupal above.
+# Please note that drupal-ID's don't work in subdirs, you need vhost for that.
+#<VirtualHost *:80>
+#    ServerName drupal
+#    DocumentRoot /usr/share/drupal/htdocs
+#</VirtualHost>
+
 # vim: filetype=apache ts=4 sw=4 et
This page took 0.057717 seconds and 4 git commands to generate.