Teamsite setup has multiple content stores. We want image files that are in Default1 to display in a workarea in Default2.We added the following section in iw.cfg[locale_change_GB]_regex=/Content/en-GB/(.*)=/$1_regex=/Content/Global/Assets/(.*)=/iw-mount/default/main/Global_Share/STAGING/$1The first regex works fine since it is pointing to the same content store Default2 but the second regex does not. The second regex tries to redirect from default2 to dafault1 making the scenerio a bit more complicated.Using iwproxy -d we can see the following:[FIRST REGEXT - CORRECT] /Content/en-GB/img/Test_Recognition.gif ---> /iw-mount/default2/main/GB/Web/MyHerbalifecom/en/WORKAREA/Publishers/img/Test_Recognition.gif[SECOND REGEX - INCORRECT] /Content/Global/Assets/COMMON/Buttons/logo_world.jpg ---> /iw-mount/default2/main/GB/Web/MyHerbalifecom/en/WORKAREA/Publishers/iw-mount/default/main/Global_Share/STAGING/COMMON/Buttons/logo_world.jpgAs you can see trying to reroute the proxy from Default2 to Default1 does not work because it appends the full teamsite path before the proxy mapping and this ofcourse makes the preview not work correctly.Anyone done this before? assistance will be appreciated.