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 34c93b7 commit 890494d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion locale/.htaccess
@@ -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 890494d

Please sign in to comment.