This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/view/.htaccess
Klaus Weidenbach 5a96f3331a Compatible update for .htaccess.
This should hopefully work in Apache 2.2 and 2.4.
2015-06-21 23:58:19 +02:00

10 lines
192 B
ApacheConf

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