From b92dfd6718bd2e2c8c4d561b033ab35e0be575b1 Mon Sep 17 00:00:00 2001 From: Thasan Date: Fri, 25 Sep 2015 23:06:56 +0300 Subject: [PATCH] Adding support for apache 2.4 This requires mod_version installed, but many distributions ship it by default --- .htaccess | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index ec345a41..3ff67c0c 100644 --- a/.htaccess +++ b/.htaccess @@ -3,7 +3,14 @@ - Deny from all + # Apache 2.4 + = 2.4> + Require all denied + + # Apache 2.2 + + Deny from all +