summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/.htaccess
blob: 17a41d3e07e3de0f63c91b6d0c812389e6f7623b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>
<Files 1574-charset_iso_8859_7_greek.html>
RemoveCharset .html
# use charset in meta
</Files>