Forum Discussion
Colin_Walker_12
Apr 19, 2011Historic F5 Account
The rule I wrote earlier does that check. The line that's important is:
if {!([HTTP::uri] starts_with "/aaa/bbb")} {
This means that the redirect only occurs if the URI doesn't already start with "/aaa/bbb"
Colin