- From: Olivier Thereaux <ot@w3.org>
- Date: Fri, 3 Jun 2005 16:27:55 +0900
- To: vinita <vinita@cs.mu.OZ.AU>
- Cc: www-validator@w3.org
On Fri, Jun 03, 2005, vinita wrote:
> HI Olivier
> Proxying is working at http://validator.w3.org/, but it doesn't work
> at my installed version (validator-0.6.7).
> Do I need to enable any flag or do other setting for the proxying to work??
I think you'll need this in your apache config:
RewriteEngine On
RewriteRule ^/check(.*) /check$1 [E=HTTP_AUTHORIZATION:%{HTTP:AUTHORIZATION},PT,L]
Also, make sure that your apache has, and loads, mod_rewrite.
HTH,
--
olivier
Received on Friday, 3 June 2005 07:27:53 UTC