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
1
vote
3 answers

Apache / mod_rewrite: Change TLD, but keep subdomain, protocol and query-string

I thoroughly searched stackoverflow and found about 100 mod_rewrite-questions, but this was not covered...strange as it seems pretty common. My problem: I have a web-application on a master-domain (mywebapp.com). Now I have additional…
PLM57
  • 1,256
  • 12
  • 27
1
vote
1 answer

Python tldextract Error Reading TLD Cache File

I'm trying to extract domain using tldextract ext = tldextract.extract(editString2) print (ext.domain) but i get this error at the same time, anyway to stop this error? I'm getting the print and result but just trying to find a way to not let it…
TransformBinary
  • 268
  • 3
  • 17
1
vote
3 answers

Where is Displaytag.tld(not jar)

I am not seeing the .tld file in my download folder. I only see JAR files. What I am missing? My problem is that, I can't refer like this in my JSP: <%@ taglib uri="http://displaytag.sf.net" prefix="display" %> I get some error. Hence want to…
Vani
  • 11
  • 1
  • 3
1
vote
2 answers

Perl extract domain name from email address inc tld but excluding subdomains

I'm trying to do what the title says and I've got this: sub getDomain { my $scalarRef = shift; my @from_domain = split(/\@/,$$scalarRef); if($from_domain[1] =~ m/^.*?(\w+\.\w+)$/){ print "$from_domain[1] $1" if($username eq…
dannix
  • 235
  • 2
  • 13
1
vote
1 answer

Struts html text tag color attribute

I would like to add a color or style attribute specifically to the below line but I keep running into TLD issues Stacktrace: org.apache.jasper.JasperException: /jsp/FinanceFee.jsp(617,22)…
bouncingHippo
  • 5,940
  • 21
  • 67
  • 107
1
vote
1 answer

Can a tag library be referred by more than one uri?

Could any body verify this and if I am wrong any where then correct and/or elaborate further. I believe a uri only uniquely identifies a tag library as it is specified in the element of a tld. Like I have this one in a JSP <%@ taglib…
Kalher
  • 3,613
  • 2
  • 24
  • 34
1
vote
2 answers

Python code to determine if TLD exists, prompt again if not?

This is an additional question in regards to this post: Python raw_input with forced TLD? I have a check in place to see if a string ends with a TLD, TLD = ('.com', '.info', '.org', '.net') if raw_input("Please enter a hostname").endswith(TLD): #…
user2433340
1
vote
0 answers

Magento Dual TLD Store

I have been following http://www.magentocommerce.com/boards/viewthread/71318/ to help me setup Dual TLDs on my server, pointing to one store, so that you can have effectively two base paths... domain.com and domain.co.uk as 2 seperate stores, but…
Henry Aspden
  • 382
  • 2
  • 5
  • 15
1
vote
0 answers

Could not add one or more tag libraries (in jspx)

I get the following error when I try to visit the configured indexpage: /WEB-INF/JSP/index.jspx (line: 6, column: 67) Could not add one or more tag libraries This is a part of my web.xml //...
heiningair
  • 441
  • 1
  • 6
  • 23
1
vote
5 answers

PHP Finding a domain name and domain extension from an array

I have an array of data containing some domains with TLD extensions. I want to collect the domain name and TLD extension seperately. E.g. From "hello.com" I want to collect "hello" as one variable, and then collect ".com" as another…
Ryan M
  • 55
  • 1
  • 6
1
vote
1 answer

Errors when run compile.m for 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)…
1
vote
2 answers

Where can i find the .tld files necessary to integrate Tiles in Struts2?

I had hours in Google uselessly, looking for a link to download the following .tld, necessary to integrate Tiles in a Struts project : struts-bean.tld struts-html.tld struts-logic.tld struts-tiles.tld Thank you a lot, in advance :)
user1459961
1
vote
3 answers

Extract .co.uk urls from HTML file

Need to extract .co.uk urls from a file with lots of entries, some .com .us etc.. i need only the .co.uk ones. any way to do that? pd: im learning bash edit: code sample: 32
user1478993
  • 121
  • 2
  • 6
1
vote
0 answers

place tld file META-INF folder in the jar in m2e project

I have to place a custom tld file in the META-INF folder in the jar for a project developed using m2eclipse plugin. Can anyone help me?
jrpalla
  • 159
  • 2
  • 10
1
vote
1 answer

In user descriptor doesn't work pageContext.getOut("")

I have a next question. In jsp page I use menu for 2 users ( tutor and student) in dependence on role I choose which from menu files I should include. Smth like this
Ray
  • 1,788
  • 7
  • 55
  • 92