Hello there! I’m new to Netlify, and having some trouble getting some redirects to work right. I’m probably missing something because DNS stuff is a pain.
Site name: davidakennedy
Redirects in netlify.toml file: https://github.com/davidakennedy/davidakennedy.com/blob/main/netlify.toml
I’m using Netlify DNS.
I’m trying to redirect some subdomains that no longer exist to an internal page on the Netlify hosted site. So I want:
wpthemes.davidakennedy.com, accessiblezen.davidakennedy.com, www.wpthemes.davidakennedy.com and www.accessiblezen.davidakennedy.com to all go to https://davidakennedy.com/projects/accessible-zen/
I’ve set up CNAMES for those subdomains and put the redirects in my .toml file, but it’s not working correctly. This could be because I just flipped the DNS today. I know that takes some time, but I’m unsure if my setup is right. I read few a number of other support threads, but none of them seemed to fit my case.
Thanks for the help!