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

View File

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