Hi,
I have images in my generated html file in the following format:
[html]

[/html]
These images exist in STAGING area of a branch.
I tried the following regex in preconnect_remap and failover_remap, but it doesn't seem to respond.
_regex=
http://www(\.mysite\.com)?/images/(.*)=/iw-mount/default/main/WEB/STAGING/images/$2I can see in the iwproxy debug mode that my regex sticks.
Help please...