I think this might be an issue with how GoDaddy handle redirections, https://stackoverflow.com/questions/66708922/azure-web-app-godaddy-redirect-www-to-non-www
There's a few other options here perhaps.
- Use Azure DNS to host your DNS zone, i.e. change the nameservers to Azure
- Handle the redirection another way. I had to do this recently for a customer and here's how I managed it - https://azurealan.ie/2021/08/20/how-to-use-root-domains-with-azure-front-door/
Can you provide a screenshot of the error with the root domain redirection. I think the GoDaddy redirection should just forward to the www record.
Yes, here you go.
It looks like there is an A record in place on GoDaddy for this root domain and it is pointed at Amazon.
So that is probably the redirection service that GoDaddy has, where I redirected jonathanhertz.dk to www.jonathanhertz.dk. However, this does not work with the https:// in front. I have now removed the redirect, but now neither jonathanhertz.dk or https://jonathanhertz.dk works. www.jonathanhertz.dk still works fine. jonathanhertz.dk now just redirects to some GoDaddy advertisement website for their parked domains, as if I don't have anything for it.
Sign in to comment