From fd5b5bda61969a45dd8e3da8b925961e6ecf5fe0 Mon Sep 17 00:00:00 2001 From: andres Date: Mon, 8 Mar 2021 09:33:07 -0500 Subject: [PATCH] Update for server compatibilities --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index a8174cc..a37fca9 100644 --- a/.htaccess +++ b/.htaccess @@ -30,7 +30,7 @@ # request to the front controller, index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^([\s\S]*)$ index.php/$1 [L,NC,QSA] + RewriteRule ^([\s\S]*)$ index.php/$1 [L] # Ensure Authorization header is passed along RewriteCond %{HTTP:Authorization} .