From: ArthurHoaro Date: Sat, 11 Aug 2018 11:36:55 +0000 (+0200) Subject: Merge pull request #1200 from ArthurHoaro/hotfix/htaccess-version X-Git-Tag: v0.10.1~4 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=2c4170553fc58d155c532127f0370dfba8df7913;hp=1c88a7b33e90ba3e33d88b148c086bc298126332 Merge pull request #1200 from ArthurHoaro/hotfix/htaccess-version Use version condition in the root .htaccess --- 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 +