Umbraco and IDN (Internationalized Domain Names) åäö
Hi,
Do anybody know how to use IDN in umbraco, a customer has a couple of domains (and also these in swedish with chars like åäö). Setting them up in IIS redirects them to the right umbraco application, but umbraco just show first site, not the one with the corresponding domain.
For each of your sites you need to set the hostname by right clicking and choosing "manage hostnames" and enter www.bbb.se for the bbb site and www.aaa.se for the aaa site and so on.
Yes, everything is set up correct in umbraco, all other non IDN works as usual. the problem is the sites containg åäö. That seems too not work in umbraco.
Umbraco and IDN (Internationalized Domain Names) åäö
Hi,
Do anybody know how to use IDN in umbraco, a customer has a couple of domains (and also these in swedish with chars like åäö). Setting them up in IIS redirects them to the right umbraco application, but umbraco just show first site, not the one with the corresponding domain.
Ex.
Content
-- bbb
-- www.bbb.se
-- aaa
-- www.aaa.se
-- www.äää.se shows www.bbb.se
/Jonathan
Hi Jonathan
Have you added the hostnames in Umbraco as well?
For each of your sites you need to set the hostname by right clicking and choosing "manage hostnames" and enter www.bbb.se for the bbb site and www.aaa.se for the aaa site and so on.
/Jan
Yes, everything is set up correct in umbraco, all other non IDN works as usual. the problem is the sites containg åäö. That seems too not work in umbraco.
/J
You can use punycode in your Umbraco settings. So in umbraco you would use www.xn--4caaa.se instead of www.äää.se.
Here's a page for converting: http://www.nameisp.com/puny.asp
is working on a reply...