0

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 error:

That is not a valid domain.

Ι think the problem is with the greek characters in the TLD.
Are these cpanel issues? Or is this a server configuration issue?

Any help would be appreciated.

zx485
  • 28,498
  • 28
  • 50
  • 59
alexikakos
  • 15
  • 1
  • 6

1 Answers1

0

In case of IDNs many tools are not updated to handle them and need to manipulate the encode form.

So in your case try to use xn--qxam instead as TLD, it should at least be accepted, but other things may not work later on.

If the other part of the domain has non ASCII characters too, you will need to encode it. Search for IDN encoding or punycode.

Patrick Mevzek
  • 10,995
  • 16
  • 38
  • 54