Initial situation:
3 domains with an external hoster
I have created a CF page to which I wanted to move today. I changed the nameservers (as described) at the old provider.
The access to the domain (example.com
) works in principle, but the access to www.example.com
does not.
I have the following entries at the DNS:
TYPE | NAME | CONTENT
CNAME | example.io
| example.pages.dev
CNAME | www | example.pages.dev
MX | example.com
| 50 [old mailserver at old hoster]
MX | example.com
| 10 [old mailserver2 at old hoster]
TXT | example.com
| “v=spf1 mx a include:_spf.webhosting.systems ~all”
The TXT entry is still from the old provider.
Proxy is enabled at the CNAMEs.
Can someone please help me to identify the error, why does https://example.com
work but not https://www.example.com
(should also show the same page)?
I have already tried to search, but unfortunately I did not get any further.
Thanks in advance for any help!
Best regards
Michael