X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=.htaccess;h=4c00427195ecb0998589fc09dd02fa8580d97a3e;hp=b238854c7929d911bb7dc1b5093e29dfbee7cd46;hb=1004742f09b55ff781c13745781b9a7e90986faa;hpb=c2c2338f9adecf971d01d7abcd09bab6275a9706 diff --git a/.htaccess b/.htaccess index b238854c..4c004271 100644 --- a/.htaccess +++ b/.htaccess @@ -16,8 +16,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 +