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

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

Modified Files:
	.htaccess 
Log Message:
moving some directives for serving test documents to httpd config, since it's not going to work on servers other than apache > 2.0.24 anyway

Index: .htaccess
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/.htaccess,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- .htaccess	7 May 2007 15:27:16 -0000	1.7
+++ .htaccess	24 May 2007 05:22:49 -0000	1.8
@@ -1,19 +0,0 @@
-<Files nocharset.html>
-ForceType text/html
-# note - this only works in apache 2.0.24 and later
-</Files>
-<Files nocharset_notutf8.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>
-ForceType text/html
-# use charset in meta
-</Files>
-<Files 1574-charset_iso_8859_7_greek.html>
-ForceType text/html
-# use charset in meta
-</Files>

Received on Thursday, 24 May 2007 05:22:54 UTC