Forum Discussion
Ajose_Olowooker
Nimbostratus
Apr 23, 2015Redirection
Hi Team, I need some help
I need to configure URI redirection as below . Can you Please help me to create IRULE That will redirect
the current http://ABC.com/4/5/WT site to point to a ABC01.com/...
Samir_Jha_52506
Noctilucent
Apr 26, 2015Try this & let me know if any issue.
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/4/5/WT" } {
HTTP::redirect "http://ABC01.com/Mt"
}
elseif { HTTP::redirect "http://XYX.BBB.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