From 6697cf0c64d34992f8b2a97383d582b2fbf66b1f Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 17 Jul 2012 18:43:00 +0100 Subject: Updated .htaccess files with Apache 2.4+ safe deny statements. Fixes #1631 --- application/.htaccess | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'application/.htaccess') diff --git a/application/.htaccess b/application/.htaccess index 14249c50b..ae1d1e6fb 100644 --- a/application/.htaccess +++ b/application/.htaccess @@ -1 +1,6 @@ -Deny from all \ No newline at end of file + + Require all denied + + + Deny from all + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From d1f02a8ac7912f0b8f31bfe50e2fa92e9201ef33 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Tue, 17 Jul 2012 21:28:49 +0200 Subject: Improve the solution for issue #1631 .htaccess directives compatible with both Apache 2.2 and 2.4 --- application/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/.htaccess') diff --git a/application/.htaccess b/application/.htaccess index ae1d1e6fb..6c63ed4c4 100644 --- a/application/.htaccess +++ b/application/.htaccess @@ -1,6 +1,6 @@ Require all denied - + Deny from all \ No newline at end of file -- cgit v1.2.3-24-g4f1b