aboutsummaryrefslogtreecommitdiffstats
path: root/view/.htaccess
blob: 7aa6c4506d5d06182a58ce0cb994c645b6ba9bfa (plain) (blame)
1
2
3
4
5
6
7
8
9
<FilesMatch "\.tpl">
  <IfModule mod_authz_core.c>
    Require all denied
  </IfModule>
  <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
  </IfModule>
</FilesMatch>