Skip to content

Commit

Permalink
[jan] Use access rules compatible with both Apache 2.2 and 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 13, 2016
1 parent 656f70c commit be91966
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion bin/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
7 changes: 6 additions & 1 deletion config/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
7 changes: 6 additions & 1 deletion locale/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>

0 comments on commit be91966

Please sign in to comment.