remove auth rewrite from public/htaccess

This commit is contained in:
Nabeel Shahzad 2017-12-30 13:07:23 -06:00
parent e119f63c77
commit 41227d3fdb

View File

@ -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}]
</IfModule>