summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/.htaccess
blob: 116c41b1bdb8eef652ea046e0d4a814832213001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Files nocharset.html>
RemoveCharset .html
# note - this only works in apache 2.0.24 and later
</Files>
<Files nocharset_notutf8.html>
RemoveCharset .html
# note - this only works in apache 2.0.24 and later
</Files>
<Files ~ "textxml_nocharset(\.xml)?">
ForceType text/xml
</Files>