Forum Discussion
Stephen_Loeckle
Nimbostratus
13 years agoAuto 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
13 years agoIt'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]" }
}
}
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