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
2 answers

Is a new domain registration available at the exact same moment for everybody?

I am wondering whether a new domain registration will become available at the exact same moment for everybody? Because a new domain registration will not have DNS records set up already; I assume no caching will occur. Thus one would think that…
Roel van Duijnhoven
  • 800
  • 1
  • 7
  • 24
0
votes
1 answer

CPanel - addon domain with greek TLD .ελ

I try to addon a domain via cpanel with the new greek TLD .ελ. (It does contain greek characters). Ι am going to cpanel > domains > Addon Domains and in the first input "New Domain Name", when I add the new domain (eg: mydomain.ελ), I get the…
alexikakos
  • 15
  • 1
  • 6
0
votes
1 answer

How to make other development teams build their own business components as jsp tags while avoiding dependencies?

I’m not sure if this is a design principle question or not but I couldn’t find a solution. I’m working in a framework team which is responsible for delivering a ui elements framework for all the other software development teams in our companny. We…
Emre
  • 13
  • 3
0
votes
1 answer

Extracting domain out for DNS zone file

I am trying to extract all domain names out of COM and NAME dns zone file. Those zone files contain all dns entries and there seem to be lack of information about structure of zone files. Do all domain registered has NS entries? Even those which are…
quazar
  • 1
  • 1
  • 1
0
votes
0 answers

Is it possible to have an all-numeric TLD?

I use the following Regex to find and use URLs within a string: $regex = '/(?:www\.|https?:\/\/)?[a-z0-9]+\.[a-z0-9]{2,4}\S*\b/'; $string = preg_replace_callback($regex, function($matches) { // ... use as $matches[0] }, $string); My problem…
Itay Ganor
  • 3,965
  • 3
  • 25
  • 40
0
votes
1 answer

What happens if i preload HSTS with Unnecessary HSTS header over HTTP?

The HTTP page at my website sends an HSTS header. This has no effect over HTTP, and should be removed. But what if i decide to not remove the error and preload my website through the HSTS Preload form? What happens?
0
votes
2 answers

Invalid tld file: aef_structure.tld

While trying to install agilefant I was able to deploy the war and while trying to login, I am getting the following error org.apache.jasper.JasperException: Invalid tld file: "/WEB-INF/tags/structure/../../tlds/aef_structure.tld", see JSP 2.2…
kamesh
  • 1
  • 1
0
votes
1 answer

Directories with random numbers as foldername being created that contain .ser files

So in our weblogic 10.3 server there are folders being generated with random names (such as "7nxxd", "tpy16q"). Inside each of these is the same subdirectory structure: /.tld_cache/WEB-INF/tld/ …
Mornedhel
  • 163
  • 1
  • 10
0
votes
0 answers

cvc-complex-type.2.4.d: Invalid content was found starting with element 'required'. No child element is expected at this point

When I am enabling the required elements in dictionary.tld I am getting the error Multiple annotations found at this line: - cvc-complex-type.2.4.d: Invalid content was found starting with element 'required'. No child element is expected at…
0
votes
2 answers

Htaccess - Redirect domain.com to www.domain.com, BUT for different top level domains

A website of mine is accessible through different URL: studienbuch.ch studienbuch.at studienbuch.com I'd like to have them changed to www.studienbuch.tld, but keep the top level domain: studienbuch.ch -> www.studienbuch.ch studienbuch.at ->…
Lionel
  • 1,949
  • 3
  • 17
  • 27
0
votes
1 answer

Jsp tld files cannot be resolved

I use JSP 1.2 with taglib declarations from either JSTL or spring on tomcat 7 local application server. But always, whether the files are under WEB-INF/lib or in some other place on the classpath, I always get errors like these: The absolute uri:…
Uziel Sulkies
  • 598
  • 5
  • 15
0
votes
0 answers

Netbeans tld in jar not found

I added a tld file in my JAR library under /META-INF/resources/WEB-INF/tlds/example.tld" and then in my webapp that includes the JAR lib I use the tld in my jsp like: <%@ taglib uri="/WEB-INF/tlds/example.tld" prefix="ex"%> ${ex: function(var)} When…
Ramon
  • 77
  • 1
  • 8
0
votes
2 answers

Insert list or tuple into table without iteration into postgresql

I am new to python. What I am trying to achieve is to insert values from my list/tuple into my redshift table without iteration.I have around 1 million rows and 1 column. Below is the code I am using to create my list/tuple. cursor1.execute("select…
Rahul Gupta
  • 1,744
  • 2
  • 17
  • 28
0
votes
1 answer

how to obtain a list of domains registered in some country

I need to get a list of all domains registered in a specific country (.to in my case). How can this be done? Something usable from PHP would be even better. Thanks in advance!
TheNewbie
  • 564
  • 2
  • 6
  • 13
0
votes
0 answers

Determine country from Google Scholar Profile

I am currently working on a project scraping data from Google Scholar. I wish to scrape the country of residence of each profile, however this is not clearly listed. For example, from this page I would want UK, given that the email address listed is…
user7340814
  • 85
  • 1
  • 5