1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00
ttrss/.htaccess

16 lines
260 B
ApacheConf

AddType image/svg+xml svg
AddType image/svg+xml svgz
# PROTECT all htaccess files
<Files ~ "^[\._]ht">
Order Allow,Deny
Deny from all
Satisfy All
</Files>
# PROTECT config.php
<files config.php>
Order Allow,Deny
Deny from all
Satisfy all
</files>