- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Mar 2007 11:54:08 +0000
- To: www-validator-cvs@w3.org
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