1
0
Fork 0

recreate fix for #2617 on correct branch

This commit is contained in:
Ben Roberts 2016-06-18 08:16:09 -04:00
commit 22de27327c
3 changed files with 26 additions and 5 deletions

View file

@ -4,7 +4,14 @@ AddType audio/ogg .oga
#AddHandler php53-cgi .php
<FilesMatch "\.(out|log)$">
Deny from all
<IfModule authz_host_module>
#Apache 2.4
Require all denied
</IfModule>
<IfModule !authz_host_module>
#Apache 2.2
Deny from all
</IfModule>
</FilesMatch>
<IfModule mod_rewrite.c>