Does CNAME only work for subdomains? I wonder because I want to redirect from the domain name I registered, say, www.mycoolname.com, to my page at one of the famous social network web sites, say, www.fakebooked.net/coolnameofmine. Does anybody know if that is possible to accomplish somehow changing some DNS settings?
|
|
|||
|
|
migrated from stackoverflow.com Jul 12 '11 at 4:06
|
Short answer: no. You can use URL forwarding services to achieve what you want to do ... which are fancy implementations of an iFRAME. |
|||
|
|
|
No, it's not possible. CNAME is just like an alias for a domain name (like In this example, the closest you can come is to have a CNAME from This would mean going to the URL
Of course, it would also mean that goign to The simplest thing you can do is check your domain registrar. Most of the big ones have options for how your domain works: they often let you chose from them hosting various DNS records, pointing your domain to external name servers, or setting up redirects. It's very likely you can just configure your domain using the control panel at your registrar to redirect. The second best thing is to find a service that does URL forwarding (there are many), and then configure your domain appropriately (they'll have instructions on how to do it). |
|||
|
|