Forum Discussion
Stephen_Loeckle
Nimbostratus
Nov 26, 2012Auto SSL Selection
Hi Everyone,
I need some help designing an irule, or multiple irules. We have a customer who has their main website behind their LTM. There are two virtual servers setup for this website. One fo...
What_Lies_Bene1
Cirrostratus
Nov 26, 2012It's not elegant (and you'd want to test) but you could use this on the port 443 Virtual Server;
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/giving*" -
"/formsdisplay.aspx?ekfrm=12884903667" {
return }
default {
HTTP::redirect "http://[HTTP::host][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