On Wednesday 01 March 2006 20:13, [EMAIL PROTECTED] wrote:

> eg:
>   <meta http-equiv="Refresh"
> content="5;URL=http://internal.example.com/mail/koen.vdvelde.nsf?opendataba
>se">
>
> will NOT be translated in :
>   <meta http-equiv="Refresh"
>  
> content="5;URL=http://external.example.com/mail/koen.vdvelde.nsf?opendataba
>se">
>
>
> Any idea what I am doing wrong ?

That's not a URL attribute under HTML (or XHTML) rules.

You can make it rewrite that by defining "content" as a scripting event
in the source.  That's a hack of course, but then so is the whole of that
ugly meta-crap.  And I don't think it will work with ProxyHTMLMeta.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to