Skip to content

Commit

Permalink
Change htaccess for Apache 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed May 24, 2018
1 parent e4262e2 commit 4353a9f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
7 changes: 6 additions & 1 deletion files/.htaccess
@@ -1 +1,6 @@
deny from all
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
deny from all
</IfModule>
7 changes: 6 additions & 1 deletion install/mysql/.htaccess
@@ -1 +1,6 @@
deny from all
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
deny from all
</IfModule>
7 changes: 6 additions & 1 deletion locales/.htaccess
@@ -1 +1,6 @@
deny from all
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
deny from all
</IfModule>
7 changes: 6 additions & 1 deletion scripts/.htaccess
@@ -1 +1,6 @@
deny from all
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
deny from all
</IfModule>

0 comments on commit 4353a9f

Please sign in to comment.