Forum Discussion
Manuel_Rodrigu2
Nimbostratus
Jun 25, 2008Redirect to a different folder hosted by a different pool
Hi there,
Hope this can be done with an iRule. Basically when I receive requests for http://www.abc.com/hello I need to redirect them to http://www.abc.com/hello_1 hosted on a different...
Jose_Santiago_O
Nimbostratus
Jun 25, 2008Hi Manuel,
You can try this:
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] equals "/hello" } {
HTTP::uri "/hello_1"
pool my_other_pool
} else {
pool my_default_pool
}
}
Regards.
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
