validator/httpd/conf httpd.conf,1.29,1.30

Update of /sources/public/validator/httpd/conf
In directory hutz:/tmp/cvs-serv749

Modified Files:
	httpd.conf 
Log Message:
rewrite for obsolete advanced interfaces

Index: httpd.conf
===================================================================
RCS file: /sources/public/validator/httpd/conf/httpd.conf,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- httpd.conf	15 Nov 2005 05:17:25 -0000	1.29
+++ httpd.conf	22 Mar 2007 11:54:05 -0000	1.30
@@ -23,6 +23,15 @@
   AllowOverride         None
   AddHandler            server-parsed .html
   AddCharset            utf-8         .html
+            
+  <IfModule mod_rewrite.c>
+  Options +SymLinksIfOwnerMatch
+  RewriteEngine On
+  RewriteBase /w3c-validator/
+  RewriteRule fragment-upload(.html)? detailed.html#validate-by-input [R,L,NE]
+  RewriteRule file-upload(.html)? detailed.html#validate-by-upload [R,L,NE]
+  </IfModule>
+
 </Directory>
 
 <IfModule mod_headers.c>

Received on Thursday, 22 March 2007 15:52:21 UTC