diff --git a/.htaccess b/.htaccess index 14a6142..54bbdf8 100644 --- a/.htaccess +++ b/.htaccess @@ -4,6 +4,10 @@ RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] +#token to HTTP_AUTHORIZATION +RewriteCond %{HTTP:Authorization} ^(.) +RewriteRule . - [e=HTTP_AUTHORIZATION:%1] + # serve all files from public subfolder RewriteCond %{REQUEST_FILENAME} !.php RewriteCond %{REQUEST_FILENAME} \.