I’m wondering if there is a way I can forward traffic from one domain to another in Netlify. Here are my specifics.
- I have a domain name at Namecheap pointing to Netlify nameservers. Site works correctly.
- I created a new domain at Namecheap and pointed nameservers to a new Netlify website.
- I now have the same website on two domains. All working fine.
- I now want to redirect all traffic from the first domain to the newest domain (thereby no longer serving content from the first domain). Can I do this from within Netlify somehow?
I originally planned to redirect at Namecheap, but then discovered it will not redirect https traffic. only http. Can I get netlify to redirect to the newest domain?
Thanks