Add RewriteBase and QSA to htaccess
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user