I just got a new .CO domain name and I'm curious how to make it accessible without the www.
I understand that these two are not necessarily the same thing, but how does one go about securing/arranging both?
I've tried googling this but it's hard to successfully google this when your major keywords are 'www' and... not www. =)
If you own the domain
example.com
, you also automatically own all subdomains for it.www.example.com
is a subdomain ofexample.com
, so isfoobar.example.com
andbaz.www.example.com
. Usually you buy the domain without thewww.
, it'd be unusual to buy only the right to thewww.
subdomain without also owning the parent domain.What you need to do is set up your host (the server that hosts the actual website) correctly to serve websites for
www.example.com
and/orexample.com
. As long as the DNS system is set up correctly to send requests forexample.com
to your host,www.example.com
should work as well. If your host responds to queries forwww.example.com
and/orexample.com
with the right website, you're all set. This is pretty standard, usually you don't need to do anything to make this work. It may depend on the host/registrar though, ask them for details.