CNAME is not working for me - need help

You should make a redirect for this in the public_html directory or something like that. Cname records are not ment to point to files, so that's why it says you did not enter a valid value.

You could use a cname record for xyz and pqr.com like this (if I remember correctly).
Code:
www.xyz.com. CNAME www.pqr.com.
Don't forget the trailing dot.

But you can't use cname to point to a file like test.php, you need a redirect for that.
 
Back
Top