Forum Discussion
Jeff_Bull_42197
Sep 05, 2012Nimbostratus
HTTPS Redirect
Looking to setup an iRule that will allow users calling one of our URL's to be redirected to the same URL, but with a specific URI appended. I don't know how to write the iRule syntax, so any help wo...
Kevin_Stewart
Sep 05, 2012Employee
Try this:
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://m.mysite.org/User/MobileSiteHome/Start"
}
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