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}]