Forum Discussion
WUM_113639
Nimbostratus
Oct 10, 2013http request redirection/rewrite
Hello,
I am having problem in simple redirection....
I want to redirect clients hitting the VIP ip address (http://10.1.1.1) to (http://web-server/mypage)
I have written following irule but it d...
Cory_50405
Noctilucent
Oct 10, 2013Try this:
when HTTP_REQUEST {
if { [HTTP::host] equals "10.1.1.1" } {
HTTP::redirect "http://web-server/mypage"
}
}
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