summaryrefslogtreecommitdiffstats
path: root/htdocs/dev
diff options
context:
space:
mode:
authorot <ot@localhost>2007-05-07 15:27:16 +0000
committerot <ot@localhost>2007-05-07 15:27:16 +0000
commitb74851c8603721167dc19b4ae817f303952bcacc (patch)
tree08cd20fe452cc90c0dc4b8d2aa33ca7dc7f3d8d5 /htdocs/dev
parent9a3bb50d9e5a68871e64c2d661e0a5f9b79cb05d (diff)
downloadmarkup-validator-b74851c8603721167dc19b4ae817f303952bcacc.zip
markup-validator-b74851c8603721167dc19b4ae817f303952bcacc.tar.gz
markup-validator-b74851c8603721167dc19b4ae817f303952bcacc.tar.bz2
using a solution compatible with apache 1.3...
Diffstat (limited to 'htdocs/dev')
-rw-r--r--htdocs/dev/tests/.htaccess12
1 files changed, 4 insertions, 8 deletions
diff --git a/htdocs/dev/tests/.htaccess b/htdocs/dev/tests/.htaccess
index 086f24b..ee34ab1 100644
--- a/htdocs/dev/tests/.htaccess
+++ b/htdocs/dev/tests/.htaccess
@@ -1,23 +1,19 @@
<Files nocharset.html>
-RemoveCharset .html
+ForceType text/html
# note - this only works in apache 2.0.24 and later
</Files>
<Files nocharset_notutf8.html>
-RemoveCharset .html
+ForceType text/html
# note - this only works in apache 2.0.24 and later
</Files>
<Files ~ "textxml_nocharset(\.xml)?">
ForceType text/xml
</Files>
<Files 4520-iso88591-meta.html>
-RemoveCharset .html
+ForceType text/html
# use charset in meta
</Files>
-<Files 4520-iso88591-no_meta.html>
-RemoveCharset .html
-#detect charset - use override
-</Files>
<Files 1574-charset_iso_8859_7_greek.html>
-RemoveCharset .html
+ForceType text/html
# use charset in meta
</Files>