How do I map the links in branch(A) of store(A) to branch(B) of store(B)?Both the branches are inside Main branch of respective stores.
By default proxy treats the current area as root of virtual web server and if we need to specifiy the same to a sub-directory then iwproxy_remap is being used.However, to map the two branches within same store... iwproxy_preconnect_remap is to be used. If you can ... please check the same if can be used with different stores as well. An example for same store is as follows:[iwproxy_preconnect_remap]_regex=(.*/main)/abcd/.+/(htdocs/intranet/.+) = $1/xyz/STAGING/$2
do you know of any other means to achieve this?
Why do you require any other way to achieve this? This is a very clean solution isnt ? May be more helpful if you provide more details about your requirements here.
I have workarea1 in branch1 of store1 and workarea2 in branch2 of store2. Now I want the links on the pages in worakarea1 (which connect to the pages in workarea2) to function properly. Can u suggest any thing ? I wasnt able to achieve that with the previous suggestion.
_regex=.*/branch1/WORKAREA/workarea1/(.*)=/iw-mount/store2/main/branch2/WORKAREA/workarea2/$1
_regex=.*/branch1/WORKAREA/workarea1/(images/.*)=/iw-mount/store2/main/branch2/WORKAREA/workarea2/$1