From 79d4928e18f894be333c499fac3a43d42a01b83c Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 23 Oct 2019 12:36:21 -0400 Subject: [PATCH] Fix for http auth in htaccess --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index 5bd23954..e42ba45e 100755 --- a/public/.htaccess +++ b/public/.htaccess @@ -9,7 +9,7 @@ Options -Indexes RewriteEngine On # Handle Authorization Header - RewriteCond %{HTTP:Authorization} + RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Redirect Trailing Slashes If Not A Folder...