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...
The_Bhattman
Nimbostratus
Jun 25, 2008Hi Manual,
The following is VERY simple example of redirect
when HTTP_REQUEST {
if {HTTP::uri eq "hello" } { HTTP::redirect "http://www.abc.com/hello_1" }
}
I hope this helps
CB
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
