Forum Discussion
Dheeraj
Nimbostratus
May 28, 2019Redirection
Hello Team, I want to redirect the URL to some other URL, but it's not working. My requirement is, for ex when hit the URL https://xyz.example.com should be redirected to https://...
Samir
MVP
May 28, 2019You can try simple iRule.
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/" } {
HTTP::redirect "https://xyz.example.com/processportal/"
}
}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
