Forum Discussion
Philip_IT_71995
Jun 28, 2012Nimbostratus
Redirect URL path to maintenance pool
I have an irule display problem (below iRule) for redirecting URL path to maintenance page's pool.
The request is that LTM need to redirect the URL path www.server.com/News/ to Maintenance ...
nitass
Jun 28, 2012Employee
can you try something like this? will it make any change?
[root@ve1024:Active] config b rule myrule list
rule myrule {
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/News/" } {
HTTP::uri "[string map {/News/ /} [HTTP::uri]]"
pool "Pool_Maint"
}
}
}
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