Forum Discussion
Sukesh123456_25
Altostratus
Aug 23, 2018Adding a URI using IRULE
I want to add a URI using an irule. I saw different articles but could not find any one exactly matching my requirement.
Below is the requirement.
When I hit a VIP it should add a URI at th...
Aug 23, 2018
Try this:
when HTTP_REQUEST {
if { [HTTP::uri] equals "/"}
{
HTTP::redirect "https://[HTTP::host]/prl-ws//"
}
}
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