I have 2 hosts and I would like to point a subdomain on host one to a subdomain on host two:
subdomain.hostone.com --> subdomain.hosttwo.com
I added a CNAME record to host one that points to subdomain.hosttwo.com but all I get is a ‘400 Bad Request‘ Error.
Can anyone see what I’m doing wrong?
Try changing it to ‘subdomain -> subdomain.hosttwo.com’
The
CNAMEis an alias for a certain domain, so when you go to the control panel for hostone.com, you shouldn’t have to enter the whole name into theCNAMEalias.As far as the error you are getting, can you log onto subdomain.hostwo.com and check the logs?