From db6fa416acb2c075d8fd424197667d3f025b2426 Mon Sep 17 00:00:00 2001 From: Dayson Pais Date: Mon, 22 Jul 2013 12:34:32 +0530 Subject: [PATCH] Remove RewriteBase definition as its redundant in most use-cases. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index cb4e5ca..1239126 100644 --- a/.htaccess +++ b/.htaccess @@ -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