1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-10 22:04:43 +00:00
friendica-github/view/.htaccess
2016-06-18 08:16:09 -04:00

10 lines
200 B
ApacheConf

<FilesMatch "\.tpl">
<IfModule authz_host_module>
#Apache 2.4
Require all denied
</IfModule>
<IfModule !authz_host_module>
#Apache 2.2
Deny from all
</IfModule>
</FilesMatch>