]> git.wh0rd.org - tt-rss.git/blame - .htaccess
Revert "Fix missing SESSION_CHECK_ADDRESS in config"
[tt-rss.git] / .htaccess
CommitLineData
e1f76af0
AD
1AddType image/svg+xml svg
2AddType image/svg+xml svgz
3
4a02c2fd
HA
4# PROTECT all htaccess files
5<Files ~ "^[\._]ht">
6 Order Allow,Deny
7 Deny from all
8 Satisfy All
9</Files>
10
11# PROTECT config.php
12<files config.php>
13 Order Allow,Deny
14 Deny from all
15 Satisfy all
16</files>