Browse Source

Update .htaccess

Visman 5 years ago
parent
commit
37984c50ba
1 changed files with 7 additions and 1 deletions
  1. 7 1
      app/.htaccess

+ 7 - 1
app/.htaccess

@@ -1 +1,7 @@
-Deny from All
+<IfModule mod_authz_core.c>
+  Require all denied
+</IfModule>
+<IfModule !mod_authz_core.c>
+  Order Allow,Deny
+  Deny from All
+</IfModule>