Forum Discussion
farache_28983
May 14, 2012Nimbostratus
Redirect request to different pools and rewrite the URL
I am trying to write an iRule that will rewrite the URL from a user request to a new URL and and a URI.
The request goes to: site1.com/communities but the content is serv...
Srini_87152
May 15, 2012Cirrostratus
hey Frache, Can you try this..
when HTTP_REQUEST {
if { ([HTTP::uri] starts_with "/communities") } {
pool pool_b
} else { pool pool_a }
}
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