X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.htaccess;h=9d1522dfb14544aae9c8e5398c18c33ac8290472;hb=51580efbfff4cb812b6f7027ed8249b7dbeb4d05;hp=76fd7d09de5221dd301c0475707374754d34dee9;hpb=4488ea4bb9924eed1ac9e9ea98bb093510a68788;p=github%2Fshaarli%2FShaarli.git diff --git a/.htaccess b/.htaccess index 76fd7d09..9d1522df 100644 --- a/.htaccess +++ b/.htaccess @@ -7,10 +7,15 @@ RewriteEngine On RewriteRule ^(.git|doxygen|vendor) - [F] # Forward the "Authorization" HTTP header +# fixes JWT token not correctly forwarded on some Apache/FastCGI setups RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] +# Alternative (if the 2 lines above don't work) +# SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 -# REST API +# Slim URL Redirection +# Ionos Hosting needs RewriteBase / +# RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ index.php [QSA,L]