From 592eecdb7d6b469515cb4231056a8208a548d0aa Mon Sep 17 00:00:00 2001 From: MichaIng Date: Thu, 26 Sep 2019 12:37:07 +0200 Subject: [PATCH] Add "Order" to assure that no parental "Allow" can grant access Signed-off-by: MichaIng --- config/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/.htaccess b/config/.htaccess index eda29a03ee9..13ca28758cf 100644 --- a/config/.htaccess +++ b/config/.htaccess @@ -3,6 +3,7 @@ Require all denied + Order Allow,Deny Deny from all Satisfy All @@ -11,6 +12,7 @@ + Order Allow,Deny Deny from all Satisfy All