Forum Discussion

RABV_191170's avatar
RABV_191170
Icon for Nimbostratus rankNimbostratus
May 31, 2015

HTTPS redirect not changing the browsers URL

Hi All   I have a simple iRule to redirect traffic going from one domain to a new domain as per below;   when HTTP_REQUEST { if { [string tolower [HTTP::host]] contains "old.abc.com" } { HTTP::...