Forum Discussion
Deepak123_16590
Nimbostratus
Aug 06, 2014how to do simple redirection using iRule
Hello,
I have a site www.myserver.com which is not registered with SSL. But I have a certificate for https://myserver.com. Can anyone help putting an iRule where when user access www.myserver.co...
Kevin_Davies_40
Nacreous
Aug 06, 2014when HTTP_REQUEST {
if {[HTTP::host] eq "www.myserver.com"} {
HTTP::redirect "https://myserver.com[HTTP::uri]"
}
}
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