Sync with laravel

This commit is contained in:
Graham Campbell
2016-03-24 15:21:02 +00:00
parent bca7c5340a
commit 1438783c07
5 changed files with 16 additions and 16 deletions
+4
View File
@@ -13,4 +13,8 @@
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>