recreate fix for #2617 on correct branch
This commit is contained in:
parent
76abade4d8
commit
22de27327c
3 changed files with 26 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
<FilesMatch "\.tpl">
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
<IfModule authz_host_module>
|
||||
#Apache 2.4
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !authz_host_module>
|
||||
#Apache 2.2
|
||||
Deny from all
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue