BIG-IP Solutions: Simple URL Redirects
Check out our "BIG-IP Solutions" series where we will dive into all kinds of cool features related to the BIG-IP. In this edition, I'll take a look at simple URL redirects where I'll show how to red...
Published Oct 25, 2018
Version 1.0ltwagnon
Ret. Employee
Joined May 15, 2019
ltwagnon
Ret. Employee
Joined May 15, 2019
marvwill61
Apr 01, 2022Nimbostratus
Redirect from .CA extension to a .COM Extension
I need help in trying to redirect from .CA extension to a .COM extension. This is a SNI site with a large amount of I-Rules. Here is the I-Rule we are trying to redirect.
This is what we thought would work. Simple Redirection
elseif { [HTTP::host] == "testing.ca" } {
HTTP::redirect "https://www.testing.com"}
Thank you for your help!