I have moved a lot of people off one of my servers. Each person had an account using subdomains so urn.example.com
urn2.example.com
. What I would like to do is set it up so ANY subdomain accessed on the example.com
domain is automatically forwarded to the correct subdomain on example.co.uk
domain.
So urn.example.com
would go to urn.example.co.uk
.
I'm not that up on DNS so I don't really know what I am looking for.
I have set up an A Record for *.example.com
pointing to the IP address of example.co.uk
thinking that "may" work but it hasn't.
EDIT: I have now set up a *.example.com
CNAME record pointing to example.co.uk.
I am waiting to see if it works.