Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

International characters in domain names

0 views
Skip to first unread message

jeppe

unread,
Nov 1, 2009, 5:14:46 PM11/1/09
to
Hi,
I have a domain name with a Danish character (ø) in it. Therefore the
domain name is technically www.xn--smagslget-q8a.net. I have
configured Apache accordingly (see below), but when I write the human
readable version (www.smagsløget.net), apache changes it to the
technical version - that is, I see www.xn--smagslget-q8a.net in the
address field, and not the human readable version. It is not my
browser settings - because it does show other Danish urls correctly.

This is how I have configured Apache:

DocumentRoot /usr/home/xn--smagslget-q8a.net/www/
ServerName xn--smagslget-q8a.net
<Directory /usr/home/xn--smagslget-q8a.net/www/>
Options +Indexes
allow from all
</Directory>
ServerAlias *.xn--smagslget-q8a.net
php_value open_basedir /usr/home/xn--smagslget-q8a.net

Any suggestions?

0 new messages