- Added a comment about 'RewriteBase'

4.3.x
Dries Buytaert 2003-09-18 20:32:23 +00:00
parent 83e8ec4d70
commit e4695fd5ed
1 changed files with 4 additions and 0 deletions

View File

@ -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