//Laravel is a free, open-source PHP web framework,
//created by Taylor Otwell and intended for the
//development of web applications following the
//model–view–controller architectural pattern and
//based on Symfony
Options +FollowSymLinks -Indexes
RewriteEngine On
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]