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...
Michael_Yates
Nimbostratus
Oct 15, 2012Hi BEdmunds,
Try this:
when HTTP_REQUEST {
if { ([HTTP::uri] starts_with "/path/to/broken") || ([HTTP::uri] starts_with "/other/path/broken") } {
HTTP::redirect "maintenance.html"
Note: Modified URL for forum posting.
}
}
You had a few errors.
I would suggest using the iRule Editor. It will help you with syntax and command options. It is a free tool and is available to download off of the main DevCentral Homepage.
Hope this helps.
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