BIG-IP Solutions: Simple URL Redirects
Published Oct 25, 2018
Version 1.0Was this article helpful?
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!