From e4695fd5edd0d2da9f92845ea3868bb03e75f630 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 18 Sep 2003 20:32:23 +0000 Subject: [PATCH] - Added a comment about 'RewriteBase' --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index 26172b12da3a..ab9e09dd99ea 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 -- GitLab