Hello,
Has anyone run into Preformatted text an issue with redirecting traffic from an alias to the primary domain? The goal is to use a new domain and redirect all the old traffic over. So far, it seems some pages on their initial load result in a 404, directly relating to how the redirect is occuring. The rules I have setup are:
http://siteA.org https://www.siteB.org 301!
…
http://siteA.org/* https://www.siteB.org/:splat 301!
…
(since I’m limited on links I can add, the first item is followed by a non secure www redirect, as well as a secure apex and www redirect; same for the second item, both following the same redirect rules as listed here).
Right now, it seems when a page is visited, it’s adding the splat parameter again, such as:
https://www.siteA.org/news -> https://www.siteB.org/news,%20/news
Chrome and Safari show this initially, but will redirect properly when hitting the original URL after a few seconds. Firefox will show an error page with no response, and start to redirect after a few seconds as well.
I’ve tried to deploy and clear the cache as well, but with no luck. The www subdomain for siteB is currently the primary domain, with the www subdomain redirecting and siteA (and www subdomain) setup as aliases. Originally, the www subdomain for siteA was the primary domain. Any help or ideas on what to try would be greatly appreciated.