I want example.com and *.example.com to always resolve to www.example.com
So if I set the DNS records as:
www A server ip
(root) CNAME www.example.com
* CNAME www.example.com
Would these be the correct settings to achieve this?
If so, could there be any search engine problems? I don't want any search bots to think I'm serving different subdomains with the same content, or something like that.
thanks!