Remove RewriteBase definition as its redundant in most use-cases.
This commit is contained in:
parent
991aefea4a
commit
db6fa416ac
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user