Questions tagged [tld]

TLD is an abbreviation for top-level domain.

The top-level domains (TLDs) are managed by registrars under agreement from ICANN (www.icann.org). There are several different types of TLDs:

  • gTLD - Generic top-level domains (.com, .net, .org ...)- Anybody can register these domains
  • ccTLD - Country code top-level domains (.uk, .us, .ly, .cc) - These domains normally have restrictions on their use, for example, only companies that operate in these countries may register them (.uk does not have this restriction, but .ie, Ireland, does)
  • sTLD - Sponsored top-level domains (.coop, .museum, .jobs) - These domains are for certain uses only. There are strict rules which must be met in order to register one of these domains.

See also http://icannwiki.com/GTLD for more details, including history and instructions for the proposal and registration process.

272 questions
0
votes
1 answer

Can a domain consist of only TLD (top level domain)?

I am building a validation function for domains and was wondering. Can a valid domain consist of only TLD (or one word domain)? Example - net com exit museum Is that a valid domain?
sprunknwn
  • 37
  • 8
0
votes
3 answers

Python - get TLD

I have a problem in function which should remove tld from domain. If domain has some subdomain it works correctly. For example: Input: asdf.xyz.example.com Output: asdf.xyz.example Problem is when the domain has not any subdomain, there is dot in…
majko9
  • 1
  • 1
0
votes
1 answer

Remove Varying Domain Names from URLs Using a Calculated Field / REGEX

I am attempting to create a calculated field called "Page" using a custom CSV upload data source - a list of URLs from several websites combined into one big list of thousands of URLs on dozens of different domain names in Datastudio. In the CSV, I…
0
votes
0 answers

Why are there no single letter TLDs or TLDs with numbers?

Why is it that there are no single letter TLDs or TLDs containing numbers? (excluding xn-- TLDs) As far as I know, there are no restrictions against TLDs that either have 1 letter or contain numbers. There are even TLDs such as .one and .seven that…
zzpzz
  • 1
  • 1
0
votes
1 answer

Meteor App on Heroku Redirects to Root-url on Custom Domain

I have a Meteor app that mysteriously redirects to the registered root url, when a new custom domain with different tld is registered and tried to be accessed. This happens only with custom domains… Please note that it is the root url that it’s…
Emo
  • 580
  • 1
  • 8
  • 27
0
votes
2 answers

Spring form:options title from String

Pretty simple question. If I have a list of strings, which I render in a dropdown through Springs form:options tag, how do I set the value of the title property to be the strings value?
Hoof
  • 1,738
  • 2
  • 17
  • 39
0
votes
1 answer

How to use the get_tld library for an entire column in dataset?

This is the get_tld code: from tld import get_tld res = get_tld("http://toystory.disney.com/toy-story", as_object=True) print(res.domain) I'd like to apply this to an entire column in a dataset. I'm only interested in the top level domain and not…
Mike D
  • 23
  • 3
0
votes
0 answers

Chrome Extension: Hook for URL checks and/or custom DNS

I'm building an extension that checks for a custom TLD then serves an associated IP from a custom DNS. I've tried using chrome.proxy, as well as simple location.host parsing. chrome.proxy has very weird behavior with a copy-paste from the docs..…
irth
  • 1,696
  • 2
  • 15
  • 24
0
votes
0 answers

WhoIs information for .blog TLD's

I'm currently using a node package to check if a ".blog" domain exists. The package uses WhoIs information to do this. Most TLD's work fine. I noticed that it uses "whois.nic.blog" to check ".blog" domains. However, it doesn't respond (or error).…
Ewan
  • 378
  • 3
  • 14
0
votes
1 answer

.app domian Apache directive only added to port 80 config not loading - works on other gTLDs

So I have the following settings in my apache http virtualhost :80 config: ProxyPreserveHost On ProxyPass "http://192.168.1.1/" ProxyPassReverse "http://192.168.1.1/" This works fine when connecting…
Dieskim
  • 600
  • 3
  • 12
0
votes
1 answer

jboss/tomcat tld cache invalidation

I have a jboss application with some ears. There's war inside ear and there's file monitor.tld inside WEB-INF folder of war. There's some tag definitions inside the monitor.tld. I added my custom tag definition in this file, and restarted jsboss.…
Kerb
  • 1,138
  • 2
  • 20
  • 39
0
votes
1 answer

Can you have the same website with a different tld(.com, .uk, ...) from different hosts while only hosting on one host?

I've bought a domain from godaddy (no webhosting), and want to buy another domain with the same name, just a different tld (ones .de, the other .com). Is it possible to host on only one provider, but have both .de and .com lead to the same page.
user10889606
0
votes
1 answer

how to use Regular Expression match tld in url?

how to use Regular Expression match tld in url? Need to match the tld, including almost all countries, organizations. Can do without the regular expression, but requires an efficient match
0
votes
1 answer

How are URLs mapped to their respective IP addresses in DNS?

What would be an explanation to a site being mapped to its IP address in DNS? I know inverse tree / resolver and name server are part of the process, but what are the actual steps?
Riddick
  • 493
  • 1
  • 4
  • 7
0
votes
1 answer

How do I obtain a copy of all dns records in existence (i.e. a list of all domain->ip pairs for every major TLD)?

I am trying to parse just the index page of every domain on the web. The only alternative that I can think of this that would produce somewhat acceptable results would be a general web crawl to identify every unique domain on the web. Instead, I…
Avi Mosseri
  • 1,258
  • 1
  • 18
  • 35