From 8aca613b07c9d9af11a84d33e88c00b1c32eee02 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 10 Aug 2018 17:45:29 +0200 Subject: [PATCH] Use version condition in the root .htaccess Related to #1196 --- .htaccess | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.htaccess b/.htaccess index b238854..4c00427 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 +