From c3fa0a3ca73cf0935de143bd4a1cbd11ea74acb3 Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Sun, 21 Jun 2015 23:58:19 +0200 Subject: Compatible update for .htaccess. This should hopefully work in Apache 2.2 and 2.4. --- view/.htaccess | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/.htaccess b/view/.htaccess index 559a5fcc0..7aa6c4506 100644 --- a/view/.htaccess +++ b/view/.htaccess @@ -1,3 +1,9 @@ -Deny from all - \ No newline at end of file + + Require all denied + + + Order deny,allow + Deny from all + + -- cgit v1.2.3