book
Article ID: CTX233147
calendar_today
Updated On:
Description
Redirect a specific Hostname to a different Hostname + URL keeping the end url safe
For eg. : Redirect the requests from http://abc.def.com to https://ghi.jkl.com/mno/pqr keeping the end url safe
Instructions
Requirement: Redirect the requests from http://abc.def.com to https://ghi.jkl.com/mno/pqr keeping the end url safeStep 1> Enable Responder and click on Action:

Step 2> Create Responder Action:
Type : Redirect
Expression : “
https://” + “ghi.jkl.com/mno/pqr" + HTTP.REQ.URL.HTTP_URL_SAFE
Step 3> Create Responder Policy and bind the Action to it.

Step 4> Bind the policy to LB Vserver

