]> git.mxchange.org Git - friendica.git/blob - view/.htaccess
Merge pull request #2623 from rabuzarus/1906-event-test
[friendica.git] / view / .htaccess
1 <FilesMatch "\.tpl">
2   <IfModule authz_host_module> 
3     #Apache 2.4
4     Require all denied
5   </IfModule>
6   <IfModule !authz_host_module>
7     #Apache 2.2
8     Deny from all
9   </IfModule>
10 </FilesMatch>