From 993bedc10ce3e575350642ed0645753fc4be12ba Mon Sep 17 00:00:00 2001 From: Thasan Date: Sun, 27 Sep 2015 22:48:30 +0300 Subject: [PATCH] Changing to use IfModule instead of IfVersion --- .htaccess | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.htaccess b/.htaccess index 3ff67c0c..fd951590 100644 --- a/.htaccess +++ b/.htaccess @@ -3,14 +3,12 @@ - # Apache 2.4 - = 2.4> + Require all denied - - # Apache 2.2 - + + Deny from all - +