X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.htaccess;h=4c00427195ecb0998589fc09dd02fa8580d97a3e;hb=4fa9a3c5d83a1024678596a586afe5df14a345b5;hp=7ba4744b262af9c1ca97f617c4bb60d9510808e9;hpb=838ef8a6ec140bd21124258e584be220be55048f;p=github%2Fshaarli%2FShaarli.git diff --git a/.htaccess b/.htaccess index 7ba4744b..4c004271 100644 --- a/.htaccess +++ b/.htaccess @@ -14,3 +14,35 @@ RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] 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 + +