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

Generic domain creation - domain.myGenericDomain

Is it theoretically possible to register a new top-level domain (so I would have a page like page.mydomain)? If yes, then where is it possible and how much is it?
Anagmate
  • 1,825
  • 3
  • 16
  • 15
0
votes
3 answers

python tldextract.extract giving BadStatusLine: ''

I'm getting BadStatusLine: '' error when using tldextract.extract(url): subdomain, domain, tld = tldextract.extract(url) File "/usr/local/venv/local/lib/python2.7/site-packages/tldextract/tldextract.py", line 194, in extract return…
AJP
  • 26,547
  • 23
  • 88
  • 127
0
votes
2 answers

Retrieve subdomain, avoid ".co.uk" issue

I am retrieving the domain from a URL string but I'm wondering what is the best option to get it and avoid getting "co" in "example.co.uk" URLs. Does anybody know about an algorithm or .NET framework method to do it? I've been looking for it and…
tittodiego
  • 156
  • 10
0
votes
1 answer

How to define displaytag.tld offline?

I want to define my displaytag.tld offline so that my application will no longer need to access uri="http://displaytag.sf.net", i put <%@ taglib prefix="display" uri="/displaytag"%> in my jsp but it has error, i put my displaytag-1.2.jar inside…
janell
  • 51
  • 1
  • 10
0
votes
1 answer

How to match part of rows in different tables with each other in MySQL?

I have a table called 'urls' which contains domain name of different countries like below: Domain Paypal.com wellsfargo.co.uk sparkasse.fe.de etc... and I have another table called 'country' which contains tlds and their associated country like…
UserYmY
  • 8,034
  • 17
  • 57
  • 71
0
votes
1 answer

Best way to extract the tld and domain, but not subdomain? php

What is the best way to extract from a url just the domain (like example.com), taking into account of some tlds like .co.uk? Is it just with a manual list of the .xx.xx? or do they follow a pattern? I would say just filter out any domain part under…
user1190646
0
votes
2 answers

can we write php tag libararies just like in java's tld

can we write php tag libararies just like in java's tld?
0
votes
0 answers

The TLD for the class org.apache.tiles.jsp.taglib.InsertAttributeTag specifies an invalid body-content (JSP) for a SimpleTag

I work with Java WEB-application: maven+spring_mvc+jsp+Apache-Tiles+eclipse+tomcat. Apllication good startup and work from Eclipse (tomcat plugin, from files), but when i build war-file and deploy him, i get…
mgramin
  • 431
  • 8
  • 19
0
votes
2 answers

Checking the TLD of a site using Javascript

A quick intro: I am building error pages for a Magento build. I need to identify the top-level-domain for a site so i can do some conditional statements to show different translations for each TLD of the site. I need some javascript that will just…
Frank Clark
  • 195
  • 1
  • 3
  • 11
0
votes
1 answer

Missing JAR resource containing TLD

I have create a library -- customtags.jar taglib.tld structure is as follow
Shahid Ghafoor
  • 2,991
  • 17
  • 68
  • 123
0
votes
1 answer

Stripes format type format pattern number not working properly

I have a Stripes JSP with a tag etc. I have a line like the following one: I know this is working fine in combination with the…
TPPZ
  • 4,447
  • 10
  • 61
  • 106
0
votes
1 answer

Writing jsp tag library

I am using MVC model in which I am writing too many web based widgets for the different different application, which cause lot of repetitive work for me to resolve the problem I am planning to write the new package for the jsp tags for each…
Aman Agarwal
  • 727
  • 6
  • 15
0
votes
1 answer

How to get the TLD with MapRoute?

I have many host names on IIS that point to the same ASP.NET MVC app. www.domain.com www.domain.co.uk www.domain.net ... How can I get the top level domain (es. ".com") when I set a map route like the following? Shared Sub RegisterRoutes(ByVal…
Max
  • 4,965
  • 17
  • 49
  • 64
0
votes
1 answer

Rails 3: GET request with email crops off TLD

I am trying to use a controller and action to do a simple check to see if a user account with that email address exists or not. The controller's action looks like this: def checkEmail email = params["email"] if…
Stefan Dunn
  • 5,363
  • 7
  • 48
  • 84
0
votes
1 answer

geotargeting using tlds

I wanted to ask what is the best strategy for this situation: We have a site example.de and we are launching a dedicated version of it for the Austrian market. Since both .de and .at sites use german language at the first few months we are going to…
HouseMD
  • 243
  • 2
  • 11