Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
iwproxy_preconnect_remap issue.
kailash1
Hi All,
I have problem with [iwproxy_preconnect_remap] The following is config. The proconnect remap works fine for Images but "includes" does not work. Can any one help.
[iwproxy_remap]
global_default_map=/
[global_default_map]
/images=/htdocs/images
/includes=/htdocs/includes
[iwproxy_preconnect_remap]
_regex=(.*/Branch1)/Sub-Branch/WORKAREA/[^/]+/htdocs/images/(.*)=$1/STAGING/htdocs/images/$2
_regex=(.*/Branch1)/Sub-Branch/WORKAREA/[^/]+/htdocs/includes/(.*)=$1/STAGING/htdocs/includes/$2
Regards
Kailash
Find more posts tagged with
Comments
Migrateduser
Could the problem be that your application server is supposed to be processing the includes, not the HTTP proxy? If so, what is the application server (ASP, JSP, etc.)? It may be supported through an ISAPI plug-in.
kailash1
We don't have any app server. Also with out the remap and if the includes directory is in the workarea it works fine.
Kailash
Migrateduser
Has the includes directory been submitted?
kailash1
Yes the Include directory has been submitted. The issue got resolved after I added :
[iwproxy_plugin_remap]
_regex=(.*/Branch1/Branch2)/(.*)/htdocs/includes/(.*)=/iw-mount/default/main/Branch1/Branch2/STAGING/htdocs/includes/$3
Earlier I had added includes to iwproxy_preconnect_remap.
Thanks John for your help.
Regards
Kailash