Forum Discussion
Albert_Tase_112
Nimbostratus
Aug 16, 2006I need to migrate these rules from 4.0 to 9.2.3
rule bms-staging-https-redirect {
if (http_uri starts_with "/contact") {
use pool bms_209.34.86.89_8080
}
else if (http_uri starts_with "/radmin") {
redir...
Chad_Roberts_21
Nimbostratus
Aug 16, 2006Here is the proper syntax for the first rule. Use it as an example to correct the others as well.
rule bms-staging-https-redirect {
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/contact"} {
pool bms_209.34.86.89_8080
} elseif { [HTTP::uri] starts_with "/radmin"} {
HTTP::redirect "https://staging.ikonsupplies.com/"
} else {
pool BMS_209.34.86.89_80
}
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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