summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-18 20:32:23 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-18 20:32:23 +0000
commite4695fd5edd0d2da9f92845ea3868bb03e75f630 (patch)
tree8c3b131169bf50bffc3926f8494b8e3669257f7d /.htaccess
parent83e8ec4d703e9446d18e722efed23179e3d1614b (diff)
downloadbrdo-e4695fd5edd0d2da9f92845ea3868bb03e75f630.tar.gz
brdo-e4695fd5edd0d2da9f92845ea3868bb03e75f630.tar.bz2
- Added a comment about 'RewriteBase'
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 26172b12d..ab9e09dd9 100644
--- a/.htaccess
+++ b/.htaccess
@@ -44,6 +44,10 @@ ErrorDocument 500 /error.php
<IfModule mod_rewrite.c>
RewriteEngine on
+ # Modify the RewriteBase if you are using Drupal in a subdirectory
+ # and the rewrite rules are not working properly:
+ #RewriteBase /drupal
+
# Rewrite old-style URLS of the form 'node.php?id=x':
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d