Forum Discussion
BEdmunds_8904
Nimbostratus
Oct 15, 2012so close with an "||" or expression.
I know I am so close to getting this work, and it's so simple...
I need a simple rewrite rule that is activated on certain conditions, I was hoping to use "||" to accomplish this, but I get an e...
hoolio
Cirrostratus
Oct 16, 2012A data group is a great option. You could also do this with a switch statement:
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/path/to/broken*" -
"/other/path/broken*" {
HTTP::redirect "/maintenance.html"
}
}
}
Aaron
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