From d85741a3a13c558942d655d0b161e2d642a70d6c Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 5 Oct 2015 22:35:51 +0200 Subject: .htaccess: Add compatibility for apache 2.4 --- .htaccess | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index d17e5c80..9a552944 100644 --- a/.htaccess +++ b/.htaccess @@ -9,5 +9,11 @@ - Deny from all + = 2.3> + Require all denied + + + Order allow,deny + Deny from all + -- cgit v1.2.3