Add RewriteBase and QSA to htaccess

This commit is contained in:
Nabeel Shahzad
2018-02-26 12:35:15 -06:00
parent 4393523929
commit 286ed78436

View File

@@ -2,6 +2,7 @@
Options -Indexes
RewriteEngine On
RewriteBase /
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} ^(.*)
@@ -40,4 +41,4 @@ RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
RewriteRule ^ index.php [L, QSA]