Forum Discussion
Albert__Tase_70
Nimbostratus
Oct 11, 2006need help converting the following rule from 4 to 9 code
rule accruent_chipotle_rule01 {
if (http_uri ends_with "/") {
use pool accruent_01_80
redirect to "https://chipotle.accruentonline.com/en/login.jsp"
}
els...
Oct 11, 2006
when HTTP_REQUEST {
if { [HTTP::uri] ends_with "/" } {
HTTP::redirect "https://chipotle.accruentonline.com/en/login.jsp"
} else {
pool accruent_01_80
}
}-Joe
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
