From 88a607ccd316683e8aacb92a3799fd2f6bc2156c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 30 Jul 2019 06:38:54 +0200 Subject: [PATCH] support for apache 2.4 --- utils/.htaccess | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/utils/.htaccess b/utils/.htaccess index cb24fd7fc..3121d6347 100644 --- a/utils/.htaccess +++ b/utils/.htaccess @@ -1,2 +1,15 @@ -Order allow,deny -Deny from all +# line below if for Apache 2.4 + +Require all denied + + +# line below if for Apache 2.2 + +deny from all +Satisfy All + + +# section for Apache 2.2 and 2.4 + +IndexIgnore * +