X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.htaccess;h=8876e346ce70bf3ff951a5ed3e2fe682de837535;hb=91a21c272960889afd4eaa431a3d29b7785b6efc;hp=b238854c7929d911bb7dc1b5093e29dfbee7cd46;hpb=c9fcaaee931cca31e66ff594905e18e23a9f05ae;p=github%2Fshaarli%2FShaarli.git diff --git a/.htaccess b/.htaccess index b238854c..8876e346 100644 --- a/.htaccess +++ b/.htaccess @@ -7,6 +7,7 @@ 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] @@ -16,8 +17,33 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ index.php [QSA,L] + + = 2.4> + Require all granted + + + Allow from all + Deny from none + + + + Require all granted + + + + = 2.4> + Require all denied + + + Allow from none + Deny from all + + + + Require all denied +