]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- sample for vhost based setup
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Jul 2005 16:49:28 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.conf -> 1.5

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.066272 seconds and 4 git commands to generate.