streams/view/.htaccess
Klaus Weidenbach c3fa0a3ca7 Compatible update for .htaccess.
This should hopefully work in Apache 2.2 and 2.4.
2015-06-22 00:45:29 +02:00

9 lines
186 B
ApacheConf

<FilesMatch "\.tpl">
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</FilesMatch>