commit | 6697cf0c64d34992f8b2a97383d582b2fbf66b1f | [log] [tgz] |
---|---|---|
author | Alex Bilbie <alex@alexbilbie.com> | Tue Jul 17 18:43:00 2012 +0100 |
committer | Alex Bilbie <alex@alexbilbie.com> | Tue Jul 17 18:43:00 2012 +0100 |
tree | 1b608745cd61756ff941ea0d8b52781776e64fc5 | |
parent | afee226aa4487b3645fb916f99b4cf7f012af536 [diff] [blame] |
Updated .htaccess files with Apache 2.4+ safe deny statements. Fixes #1631
diff --git a/system/.htaccess b/system/.htaccess index 14249c5..ae1d1e6 100644 --- a/system/.htaccess +++ b/system/.htaccess
@@ -1 +1,6 @@ -Deny from all \ No newline at end of file +<IfModule authz_core_module> + Require all denied +</IfModule> +<IfModule access_compat_module> + Deny from all +</IfModule> \ No newline at end of file