From: ArthurHoaro Date: Fri, 10 Aug 2018 15:45:29 +0000 (+0200) Subject: Use version condition in the root .htaccess X-Git-Tag: v0.10.1~4^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=8aca613b07c9d9af11a84d33e88c00b1c32eee02 Use version condition in the root .htaccess Related to #1196 --- 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 +