From 286ed784365ab330e5002547ac34d8a66a038c03 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 26 Feb 2018 12:35:15 -0600 Subject: [PATCH] Add RewriteBase and QSA to htaccess --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index d8b312ce..5b9341a5 100755 --- a/.htaccess +++ b/.htaccess @@ -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]