From 41227d3fdbec1840eacd207222f3356b9d332a04 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sat, 30 Dec 2017 13:07:23 -0600 Subject: [PATCH] remove auth rewrite from public/htaccess --- public/.htaccess | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 0ff7906a..8f894062 100755 --- a/public/.htaccess +++ b/public/.htaccess @@ -33,8 +33,4 @@ Options -Indexes RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] - - # Handle Authorization Header - RewriteCond %{HTTP:Authorization} . - RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]