I’v two domains domainA and domainB. There are multiple subdomains under both for which the certificates are issued by aws ACM. i want my main domainAto redirect to domainB. For this I added two entires in Page Rules.
- http://domainA.io/* Forwarding URL (Status Code: 301 - Permanent Redirect, Url: https://domainA.io/*)
- domainA.io/* Forwarding URL (Status Code: 301 - Permanent Redirect, Url: https://domainB.com/*)
Now when i enter domainA address in browser it says This site can’t be reached. If i do curl to domainA it says Could not resolve host.
What I’m doing wrong here.