]> git.wh0rd.org - tt-rss.git/blob - .htaccess
tag_is_valid: check numeric tags properly
[tt-rss.git] / .htaccess
1 AddType image/svg+xml svg
2 AddType 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>