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/cache/.htaccess | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'application/cache') diff --git a/application/cache/.htaccess b/application/cache/.htaccess index 3418e55a6..ae1d1e6fb 100644 --- a/application/cache/.htaccess +++ b/application/cache/.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