summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/.htaccess7
-rw-r--r--application/cache/.htaccess7
-rw-r--r--system/.htaccess7
3 files changed, 18 insertions, 3 deletions
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
+<IfModule authz_core_module>
+ Require all denied
+</IfModule>
+<IfModule access_compat_module>
+ Deny from all
+</IfModule> \ No newline at end of file
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
+<IfModule authz_core_module>
+ Require all denied
+</IfModule>
+<IfModule access_compat_module>
+ Deny from all
+</IfModule> \ No newline at end of file
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
+<IfModule authz_core_module>
+ Require all denied
+</IfModule>
+<IfModule access_compat_module>
+ Deny from all
+</IfModule> \ No newline at end of file