Remove RewriteBase definition as its redundant in most use-cases.

This commit is contained in:
Dayson Pais 2013-07-22 12:34:32 +05:30
parent 991aefea4a
commit db6fa416ac
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ php_flag display_errors on
php_flag html_errors on
RewriteEngine On
RewriteBase /
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d