Forum Discussion

Naresh_Dhiman_6's avatar
Naresh_Dhiman_6
Icon for Nimbostratus rankNimbostratus
Aug 20, 2009

please help

i want a query Currently, all int1.domainName.com websites on hitting the load balancer are directed to int1.domainName.com/ecom/pages/nm/nmhomepage.jsp.

 

i want that redirect so that the Load Balancer DOES NOT redirect to int1.domainName.com/ecom/pages/nm/nmhomepage.jsp but just forwards the int1.domain.com to the webServer.

 

 

 

please help me want changes has to be made in this

 

 

elseif {[string tolower [HTTP::host]] equals ("int1.cbomc.com") and ([HTTP::uri] equals "/")} {

 

HTTP::redirect "http://[HTTP::host]/ecom/pages/nm/nmhomepage.jsp"}

 

 

 

  • Hi Nareshdh,

     

    I am having a difficult time understand exactly what you want to do here. Is the server doing the redirection that you want to stop or is the F5 doing the redirection that you want to stop?

     

     

    CB