]> git.wh0rd.org - tt-rss.git/blame_incremental - .htaccess
Revert "Fix missing SESSION_CHECK_ADDRESS in config"
[tt-rss.git] / .htaccess
... / ...
CommitLineData
1AddType image/svg+xml svg
2AddType image/svg+xml svgz
3
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>