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]