Skip to content

Commit

Permalink
Fixed bug with access protection on Apache 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Sep 30, 2013
1 parent 1da3e00 commit 2d2a7d4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions assets/.htaccess
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
order allow,deny
allow from all
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>

0 comments on commit 2d2a7d4

Please sign in to comment.