.htaccess token Fix

This commit is contained in:
JonatanRek 2020-04-24 18:59:41 +02:00
parent cdcc63a81a
commit 34ee711182
1 changed files with 4 additions and 0 deletions

View File

@ -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} \.