summaryrefslogtreecommitdiff
path: root/app/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'app/.htaccess')
-rw-r--r--app/.htaccess8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/.htaccess b/app/.htaccess
index 14249c50..c47998cb 100644
--- a/app/.htaccess
+++ b/app/.htaccess
@@ -1 +1,7 @@
-Deny from all \ No newline at end of file
+<IfVersion >= 2.3>
+ Require all denied
+</IfVersion>
+<IfVersion < 2.3>
+ Order allow,deny
+ Deny from all
+</IfVersion>