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 --- app/.htaccess | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/.htaccess') diff --git a/app/.htaccess b/app/.htaccess index 14249c50..c47998cb 100644 --- a/app/.htaccess +++ b/app/.htaccess @@ -1 +1,7 @@ -Deny from all \ No newline at end of file += 2.3> + Require all denied + + + Order allow,deny + Deny from all + -- cgit v1.2.3