Forum Discussion
Lance_Simon_557
May 03, 2007Historic F5 Account
redirect iRule to different uri
have a vip on port 80
pool members on port 50100
need to have this come to the vip
http://sapxpq.browning.k12.ia.us
and redirect it to
http://sapxpq.browning.k12.ia.us:50...
Kevin_Stewart
Employee
May 04, 2007Try this:
when HTTP_REQUEST {
set uri [string tolower [HTTP::uri]]
if { $uri equals "/" } {
pool somepool_50100_pool
HTTP::redirect "/irj/portal"
}
}
Kevin
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