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 --- system/.htaccess | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'system/.htaccess') diff --git a/system/.htaccess b/system/.htaccess index 14249c50b..ae1d1e6fb 100644 --- a/system/.htaccess +++ b/system/.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 --- system/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/.htaccess') diff --git a/system/.htaccess b/system/.htaccess index ae1d1e6fb..6c63ed4c4 100644 --- a/system/.htaccess +++ b/system/.htaccess @@ -1,6 +1,6 @@ Require all denied - + Deny from all \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 838a9d69a9139b6bcd6f8765fdd2d58b929e70ad Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 3 Dec 2012 14:37:47 +0200 Subject: [ci skip] Cleaned some spaces --- system/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/.htaccess') diff --git a/system/.htaccess b/system/.htaccess index 6c63ed4c4..97c65d2df 100644 --- a/system/.htaccess +++ b/system/.htaccess @@ -1,6 +1,6 @@ - Require all denied + Require all denied - Deny from all + Deny from all \ No newline at end of file -- cgit v1.2.3-24-g4f1b