-----Nick Kew <nick@xxxxxxxxxxxx> wrote: -----
>On Wednesday 01 March 2006 20:13, koen.vdvelde@xxxxxxxxxxxx wrote:
>
>> eg:
>> <meta http-equiv="Refresh"
>>
>content="5;URL="">>databa
>>se">
>>
>> will NOT be translated in :
>> <meta http-equiv="Refresh"
>>
>>
>content="5;URL="">>databa
>>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
>
did you mean : ".. defining ... in the source", as in "... the apache and/or mod_proxy_html source" ??
In that case I'm afraid you are over-estimating me :-(
I (thought I) did understand that proxyHTMLURLMap originaly only was able to rewrite <a href="" tags.
But with the new version AND by setting
ProxyHTMLExtended On
this changed to a "general" text-search-and-replace functionality, able to rewrite even (java)scripts, stylesheets, etc ...
If that 's right, than adding to the config :
ProxyHTMLExtended On
ProxyHTMLURLMap Foo Bar i
would change any "foo" to "bar" in my web pages
But I tested it ... and it doesn't in my configuration.
So ... Did I misunderstand the docu ? or Did I do something wrong ?
TIA,
Koen.