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

Disallow with robots.txt specific domain ending

I want to disallow with robots.txt from indexing my site available with all domain endings (co.uk, in, pl, de, nl ...etc), but allow only with com-ending. I haven't physical access to htaccess file (affected is a blogger.com blog), otherwise i would…
Evgeniy
  • 2,337
  • 2
  • 28
  • 68
0
votes
2 answers

Issue while calling a static Method in jsp

While calling the static method of a Java class from tld , I am facing some issues like while running the jsp file it always display this ${test:concat("java")} as an output it's not even calling the java class. index.jsp File <%@ page…
CoreThought
  • 113
  • 6
  • 16
0
votes
1 answer

redirecting request from any tld to .com version

need some solution here with redirecting all of my domain (a.e mysite.co.uk, mysite.org etc) to the .com version. My .htaccess contains the following code: RewriteEngine On RewriteBase / RewriteCond %{HTTPS} on [OR] …
AlexB
  • 2,164
  • 6
  • 27
  • 61
0
votes
1 answer

You are registering the following domain name -> Forward this domain to.. what?

i've to register a domain but i don't know why they ask me a valid already existing url for my domain. I'm trying to register www.mysite.tk at dot.tk, should i provide the url of the hosting provider (hostinghood.com)?
FrancescoN
  • 2,146
  • 12
  • 34
  • 45
0
votes
2 answers

Searching text for domain names with new generic TLDs

Let's say I need to write a function that searches a block of text for something that looks like a URL, and wraps that portion of the text in an HTML anchor tag. Suppose one of the requirements dictates that the function must be…
smitelli
  • 6,835
  • 3
  • 31
  • 53
0
votes
1 answer

Domain routing to directory, .htaccess or DNS-magic?

I have three domains of the same name with tlds: .com, .de and .ru. Can I route the visitor depended on tld he had choosen? As example: test.com routes to /english/ directory, test.de to /german/ directory, test.ru to /russian/ one. I have full…
0
votes
0 answers

How to show attribute ID from my custom tag in source code html

I have a custom tag using tld file the principal role of my tag is create a table in jsp. The tag name is util:table and util:column in tld file I declare this tags (table and column) and some attributes as well as (id,type,name) but when I click in…
danillonc
  • 49
  • 1
  • 7
0
votes
1 answer

http://[DOMAIN].de.de:443/ always shows the same site

I just played around with some URLs and found out that requesting http://[DOMAIN].de.de:443/ Always shows this message: Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an…
0
votes
4 answers

Regex to extract top level domain from email address

From email address like xxx@site.co.uk xxx@site.uk xxx@site.me.uk I want to write a regex which should return 'uk' is all the cases. I have tried '+@([^.]+)\..+' which gives only the domain name. I have tried using '[^/.]+$' but it is…
amitbisai
  • 133
  • 3
  • 9
0
votes
1 answer

Can I generate two html elements from one tld implementation?

I want to define tag in TLD which will be look like this: How can I do implementation to create something like that:
bemol
  • 381
  • 3
  • 18
0
votes
1 answer

adding maxlength to html:textarea

I want to add maxlength attribute to html:textarea. Im using struts1. Tried to add , true But it wouldnt work. What should I do to add maxlength to html:textarea. Im using Struts1 and do not want Java script…
Geek
  • 3,187
  • 15
  • 70
  • 115
0
votes
1 answer

htaccess rewrite rule with hyphen in tld

I am trying to write htaccess file that would convert http://subdomain.my-tld.com/ to http://my-tld.com/file.php?var=subdomain Notice the hyphen in the tld. Here's the htaccess I am using: Options +FollowSymLinks Options -Indexes RewriteEngine…
0
votes
0 answers

compile error in installing TLD

I am installing the TLD application based on the instructions shown on https://github.com/zk00006/OpenTLD/wiki/Installation Using: OpenCV 2.4.2 Matlab R2010b x 64bits Win7 x 64 VS2010 Professional Everything works fine until I executed this step "6)…
Majid
  • 638
  • 6
  • 21
0
votes
1 answer

Comprehensive list of TLD subdomains?

I'm having a hard time finding a comprehensive list of ALL TLD subdomains. The information is scattered about the separate registries and there doesn't appear to be one complete list. examples ca.us md.us pr.us mil.ar lg.jp Any suggestions?
Chris Hall
  • 871
  • 6
  • 13
  • 21
0
votes
1 answer

How to locating TLD with fallback mechanism when URI does not map any entries?

The taglib map mantained by the container (URI <-> TLD location) 1st. Look at deployment descriptor (web.xml) TLD-to-URI 2nd. Implicit map entries element of TLD 3rd. Implicit map entries from container After that how does it work if URI used in…
Joe
  • 7,749
  • 19
  • 60
  • 110