Forum Discussion
bcarreker
Cirrus
Apr 09, 2020Redirect Issues
I have a redirect profile set up to perform URI translations. It is set to translate: https://abc.com to https://def.com This rule works, but it works both ways. Not only does abc transla...
Samir
MVP
Apr 12, 2020First disable redirection on def.com vip which is returning to abc.com
And apply iRule redirection on abc.com to def.com vip.
when HTTP_REQUEST {
if { [HTTP::host] equals "abc.com"} {
HTTP::redirect "https://def.com"
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects