Forum Discussion
Fluidetom_12222
Cirrus
Feb 02, 2017Redirect iRule and replace only part of the URI
Hi Guys,
I have the following scenario and I'm not sure how to start writing my iRule to handle it.
I need to redirect all requests for https://oldsite.domain.com/psp/atlas_1/EMPLOYEExxx/whateve...
Vijay_E
Cirrus
Feb 02, 2017Try something like this (untested):
when HTTP_REQUEST {
HTTP::uri [string map { [lindex [split [HTTP::uri] "/" ] 2] product} [HTTP::uri]]
HTTP::respond 301 Location "https://newsite.domain.com[HTTP::uri]"
}
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