Options -Indexes
RewriteEngine On
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php?route=$1 [QSA,L]
