Forum Discussion
f5jr_113308
Nimbostratus
Jun 22, 2011Help iRule Redirection to the same VIP
Hi All, I have an URL abc.xxx.com that i wanted to redirect to abc.xxx.com/site/ when the user type the URL. I tried with the following URL. it just adds /infosell// many times and doesn't w...
Minn_62043
Cirrostratus
Jun 22, 2011You can write something like this:
when HTTP_REQUEST {
if { not ([HTTP::uri] starts_with "/infosell/") } {
HTTP::redirect https://[HTTP::host]/infosell/
}
}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