X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.htaccess;h=af2dc5a7ff24a244d731a5d2382dc496f62d1eda;hb=71eb87353ca09a1476c3f94e51ccfbfb45a91170;hp=66ef8f69ce39e127dc266c9ab3727c4b8be4f9fa;hpb=fc11ab2f290a3712b766d78fdbcd354625a35d0a;p=github%2Fshaarli%2FShaarli.git diff --git a/.htaccess b/.htaccess index 66ef8f69..af2dc5a7 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,33 @@ +# Disable directory listing +Options -Indexes + RewriteEngine On + +# Prevent accessing subdirectories not managed by SCM +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] + +# REST API 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 + +