X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=.htaccess;h=4c00427195ecb0998589fc09dd02fa8580d97a3e;hb=HEAD;hp=7ba4744b262af9c1ca97f617c4bb60d9510808e9;hpb=9b2bd66fb60ffd5a833480bf329062c7d57bc8c4;p=github%2Fshaarli%2FShaarli.git diff --git a/.htaccess b/.htaccess index 7ba4744b..9d1522df 100644 --- a/.htaccess +++ b/.htaccess @@ -7,10 +7,31 @@ 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] + + + + = 2.4> + Require all denied + + + Allow from none + Deny from all + + + + + Require all denied + +