Forum Discussion
David_Y_20509
Nimbostratus
May 21, 2010HTTP Redirect OWA without SSL
Hello, I am new to the F5 iRules. I am trying to load balance the Exchange OWA. Since it is internal, we are not using SSL. I have used the following iRule from the deployment guide, but modified t...
Kirk_Bauer_1018
Nimbostratus
May 21, 2010Try this out:
when HTTP_REQUEST {
if {[HTTP:uri] equals "/"} {
HTTP:redirect "http://[HTTP::host]/owa"
}
}
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