Forum Discussion
Andy_2570
Nimbostratus
Dec 15, 2009OWA irule
I'm a somewhat new user still so forgive me if this is an easy fix that i'm overlooking..
Currenlty i'm using
when HTTP_REQUEST {
if { not ([HTTP::uri] starts_with "/o...
hoolio
Cirrostratus
Dec 15, 2009Hi Andy,
Is this for two different webmail VIPs or multiple hostnames on the same HTTP VIP? For the older version, can you just redirect the client to /exchange from /? Or try preending /exchange if it's not there already?
when HTTP_REQUEST {
if { not ([HTTP::path] eq "/exchange") }{
Redirect client to same host with /exchange prepended
HTTP::redirect "https://[HTTP::host]/exchange
}
}
when HTTP_REQUEST {
if { not ([HTTP::path] starts_with "/exchange") }{
Prepend /exchange to the path
HTTP::path "/exchange[HTTP::path]"
}
}
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