validator/htdocs/dev/tests .htaccess,1.6,1.7

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv8546

Modified Files:
	.htaccess 
Log Message:
using a solution compatible with apache 1.3...

Index: .htaccess
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/.htaccess,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- .htaccess	7 May 2007 15:08:47 -0000	1.6
+++ .htaccess	7 May 2007 15:27:16 -0000	1.7
@@ -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>

Received on Monday, 7 May 2007 15:27:22 UTC