Forum Discussion
Aug 17, 2010
matchclass, code okay, and would you do this differently?
Okay so I'm looking to redirect requests to mydomain.com and http://www.mydomain.com/ to https://www.mydomain.com/secure, if no matches load balance to the pool specified in the VS.
Is this ...
Chris_Miller
Altostratus
Aug 17, 2010Posted By iRuleYou on 08/17/2010 10:10 AM
but code looks fine for 9.4.8, correct?
when HTTP_REQUEST {
if { [matchclass [stringtolower [HTTP::host]] eq $::myclass] } {
HTTP::respond 301 Location "https://www.mydomain/secure"
} else { pool "mysecurepooll_443" }
}
I think that's the only change necessary to make it work for 9.x...see if it compiles. You shouldn't have to set the host variable or see whether it exists...checking whether it matches your datagroup should accomplish that.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
