nkcmr Asked: 2011-09-09 18:50:21 +0800 CST2011-09-09 18:50:21 +0800 CST 2011-09-09 18:50:21 +0800 CST How do you register a domain without a TLD? 772 So I found this website that is visitable and does not have a TLD? Anyone got any idea how to do this? domain domain-registration tld 3 Answers Voted Best Answer MikeyB 2011-09-09T20:05:57+08:002011-09-09T20:05:57+08:00 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. Steve-o 2011-09-09T23:43:29+08:002011-09-09T23:43:29+08:00 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 Ram 2011-09-09T18:56:45+08:002011-09-09T18:56:45+08:00 It's likely you're using a dns 'default search domain' configured most likely via DHCP or a local hosts file setting.
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:
To get this behaviour, you would have to register your own TLD.
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
It's likely you're using a dns 'default search domain' configured most likely via DHCP or a local hosts file setting.