X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=.htaccess;h=4c00427195ecb0998589fc09dd02fa8580d97a3e;hp=19dd72a805e7b3bd170c87aabb25ad4764ca179a;hb=1004742f09b55ff781c13745781b9a7e90986faa;hpb=cabf1b6becbc0143f6a9d0d6846fd948c06b5a64 diff --git a/.htaccess b/.htaccess index 19dd72a8..4c004271 100644 --- a/.htaccess +++ b/.htaccess @@ -6,7 +6,43 @@ RewriteEngine On # Prevent accessing subdirectories not managed by SCM RewriteRule ^(.git|doxygen|vendor) - [F] +# Forward the "Authorization" HTTP header +RewriteCond %{HTTP:Authorization} ^(.*) +RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] + # REST API RewriteCond %{REQUEST_FILENAME} !-f 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 + +