Hi all, I'm currently struggling to get my non-www domains to redirect to my www pythonanywhere webapp. My domain registrar is 123-reg:
First I tried using their web forwarding service but found that it caused an infinite redirect loop (as if I tell it to redirect domain.com to www.domain.com, it also tries to redirect www.domain.com to www.domain.com).
So then I went to advanced DNS and changed the IP address for the naked and * domains to the same IP as my webapp. Unfortunately, all this does now is point to the pythonanywhere 'Coming Soon!' site, instead of a 123-reg placeholder site as it did previously.
I cannot for the life of me find out how to change the A record for my naked and * domains to point to the URL of my webapp. Is there a way to do this without creating a placeholder webapp for my naked domain that redirects immediately to my www domain?
Many thanks