Forum Discussion

bruno_thomas_12's avatar
bruno_thomas_12
Icon for Nimbostratus rankNimbostratus
Aug 02, 2005

help link on page redirected to other server

else {

 

 

HTTP::redirect "http://10.172.155.201$uri" <---this works well as a pop up displays the corresponding help document (on IIS server IP : 10.172.155.201/help/en/become_member.htm as an exemple)

 

 

 

pool iis_pool <------ this doesn t work as the pop up comes but we get to see page cannot be displayed

 

} }

 

 

 

 

 

1) preferably I would like the set up with pool iis_pool to work because I see that the URL stays the same in the user browser..(something like http://extranet-cluster.ssa.ca/help/en/become_member.htm)(is it a problem with the URI? why it s not working)

 

 

2) If it can't work , we could use the HTTP::redirect "http://10.172.155.201$uri command but we would have to re write it in the user browser to something like http://extranet-cluster.ssa.ca/help/en/become_member.htm

 

 

any help would be true;y appreciated

 

 

  • unRuleY_95363's avatar
    unRuleY_95363
    Historic F5 Account
    Unfortunately, there's not really enough for us to go on here. Is the server returning an error response? Is it returning embedded url's that aren't resolvable?

     

     

    Simply internally redirecting the request to the appropriate pool should work. Maybe you need to rewrite the Host header going to the backend server???
  • thanks for help...........self IP of BIG IP wasn t allowed to acces help server thru firewall...but pool configuration works fine