Possible Duplicate:
How does hxxp://to./ work?
I'm pretty confused because this URL shortener doesn't have a domain suffix. How does this work?
I'm pretty confused because this URL shortener doesn't have a domain suffix. How does this work? | ||||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
The dot on the end means the root domain. Domains such as www.example.com are represented in DNS as The reason the . is necessary is because most programs will assume you mean to.com if you just typed in http://to/ . It would be equally possible from a technical standpoint for a shortener to use http://us./ or http://ie./ but the TLD registrar for those is very unlikely to allow it. | |||
feedback
|
to, the site was set up on the tld itself, which is perfectly possible, just not often done. It also doesn't need the trailing dot! – Phoshi Mar 28 '10 at 19:09tois treated as a fully qualified domain name (en.wikipedia.org/wiki/Fully_qualified_domain_name) as opposed to a hostname on your local network. – coneslayer Mar 28 '10 at 19:49