Re: German Umlauts (äöü) in Url dont work

Igor Sysoev igor at sysoev.ru
Wed Jul 27 16:56:52 UTC 2011


On Wed, Jul 27, 2011 at 05:45:37PM +0200, Joost Molenaar wrote:
> > A domain with an german 'ä' wont work.
> 
> This[1] wiki article should explain it. You could try to use encoded
> domain name in nginx config files.
> (bratwürst.de <--> xn--bratwrst-b6a.de)
> 
> Regards,
> Joost Molenaar
> 
> [1] http://en.wikipedia.org/wiki/Internationalized_domain_name

Yes, IDN should be set in server_name:

    server_name  xn--bratwrst-b6a.de;  # bratwürst.de

You can search in Goolge "IDN converter" for online services such as:

http://mct.verisign-grs.com
https://www.centralnic.com/names/domains/idn/converter


-- 
Igor Sysoev



More information about the nginx mailing list