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

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

Modified Files:
	.htaccess 
Log Message:
removing charset at server level for iso-8859-1 tests

Index: .htaccess
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/.htaccess,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- .htaccess	7 May 2007 15:05:15 -0000	1.5
+++ .htaccess	7 May 2007 15:08:47 -0000	1.6
@@ -9,10 +9,14 @@
 <Files ~ "textxml_nocharset(\.xml)?">
 ForceType text/xml
 </Files>
-<FilesMatch 4520-iso88591.*>
+<Files 4520-iso88591-meta.html>
 RemoveCharset .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
 # use charset in meta

Received on Monday, 7 May 2007 15:08:54 UTC