summaryrefslogtreecommitdiffstats
path: root/application/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'application/.htaccess')
-rw-r--r--application/.htaccess7
1 files changed, 6 insertions, 1 deletions
diff --git a/application/.htaccess b/application/.htaccess
index 14249c50b..6c63ed4c4 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 !authz_core_module>
+ Deny from all
+</IfModule> \ No newline at end of file