Domain name with åäö wont work!
Added by natsu almost 16 years ago
Hi everyone
I have a bit of a problem, I cannot seem to get lighty accept domain names with å ä ö in it.
Im using the latest lighty on a debian box with mod_mysql_vhost enabled for vhosts. (Also getting the configs from sql)
When i add a config container for the domainname with ö inside , Lighty brings me to the default installation page instead of routing me to the mapped folder.
Except for this annoying problem lighty works as expected... Flawless that is :D
I hope someone can help me out a bit.
Daniel @ Sweden
Replies (2)
RE: Domain name with åäö wont work! - Added by simmel almost 16 years ago
Have you tried to configure the domain with the PUNYCODE or RACE?
$HTTP["host"] == "xn--ll-fka.se" { ... }
Search for idn convert to convert your domainname to PUNYCODE or RACE in your favourite search engine.
I have no idea if this works, but it should.
RE: Domain name with åäö wont work! - Added by natsu almost 16 years ago
Well Simmel
You solved my problem, punycode was the right thing for me.
Thank you very much !
//Daniel