Forum Discussion
Christian_12353
Nimbostratus
May 21, 2014VIP redirect to another VIP
Hello,
I was wondering if there was a way to redirect to another VIP..
so if traffic comes in to one VIP.. an irule or something would send it to another VIP on the same LTM.
Thanks ...
Kevin_Stewart
Employee
May 22, 2014As long as you're offloading the SSL on the HTTPS VIP, the iRule should work the same for both.
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals "website.com" } {
HTTP::redirect "https://NEWwebsite.com"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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