a domain without a tld
So I found this website that is visitable and does not have a TLD? Anyone got any idea how to do this?

link|improve this question

1  
to. used to have an A record too – Steve-o Sep 9 '11 at 7:40
feedback

3 Answers

up vote 19 down vote accepted

It does have a TLD - in this case the TLD is ac.

This is actually a special case. Usually a TLD does not have an A record associated with it:

$ host -t A ac.
ac has address 193.223.78.210
$ host -t A com.
com has no A record

To get this behaviour, you would have to register your own TLD.

link|improve this answer
feedback

It's likely you're using a dns 'default search domain' configured most likely via DHCP or a local hosts file setting.

link|improve this answer
3  
That, or something set in the hosts file. – DerfK Sep 9 '11 at 3:01
feedback

New gTLDs can be registered like the recent .xxx for a small fee (US$185,000):

http://www.icann.org/en/topics/new-gtlds/strategy-faq.htm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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