Possible Duplicate:
How the heck is to./ a valid domain name?

How is http://to./ a valid domain?

It's the only thing I've ever seen with '.' as the last character in the domain name.

Ping won't even hit it.

Are there any other examples of domains like this?

link|improve this question
Dennis is right. Follow that link for some rather good explanations. – Christopher Karel Jun 25 '10 at 15:16
feedback

closed as exact duplicate by Dennis Williamson, Doug Luxem, Chris S, Kyle Brandt, Jeff Atwood Jun 25 '10 at 16:16

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.

2 Answers

up vote 3 down vote accepted

http://en.wikipedia.org/wiki/Fully_qualified_domain_name

The . you are questioning is a red herring. All domains should have them on the end but they are generally left off.

http://www.to/ and http://www.to./ are the same

http://to./ I think must be a shortcut in the browser because you can type it in the address bar but not link to it

link|improve this answer
Adding the "." after the domain is so your local computer doesn't try to search it as a hostname in your local domain (or configured search domains). – Chris S Jun 25 '10 at 15:29
feedback

http://www.google.com./ is one. Seriously though you can add a dot to the end of any DNS name I am impressed they worked something out with Tonga, but they have always been on the cutting edge of selling their domain

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.