Forum Discussion
Dave_22257
Nimbostratus
Oct 25, 2011URL Redirect
I need to create an irule to redirect certain URI strings to a specific pool on my F5 device. Sound simple enough but I am having issues writing the irule to match the specific URI's. The u...
Dave_22257
Nimbostratus
Nov 03, 2011Solution privided has been implemented and tested successfully...
iRule is as follows now
if {[HTTP::host] contains "xyz.com.au"} {
switch [getfield [HTTP::host] ":" 2] {
"8181" {
pool Prod_XYZ_8181
}
"8443" {
pool Prod_XYZ_8443
}
}
}
}
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