Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 33143 invoked from network); 27 Nov 2006 09:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2006 09:17:55 -0000 Received: (qmail 93960 invoked by uid 500); 27 Nov 2006 09:17:54 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 93945 invoked by uid 500); 27 Nov 2006 09:17:54 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 93934 invoked by uid 99); 27 Nov 2006 09:17:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 01:17:54 -0800 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [66.132.144.180] (HELO sphinx.webnic.cc) (66.132.144.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 01:17:39 -0800 Received: (qmail 16501 invoked from network); 27 Nov 2006 16:59:07 +0800 Received: from unknown (HELO ?10.0.0.20?) (60.48.151.6) by nic.cd with SMTP; 27 Nov 2006 16:59:07 +0800 Message-ID: <456AAD22.2080906@webnic.cc> Date: Mon, 27 Nov 2006 17:17:22 +0800 From: Jacky User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: Apache Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] i18n url rewriting Dear all, I have a virtual host like this: RewriteEngine on RewriteCond %{SERVER_PORT} ^8888$ RewriteCond %{HTTP_HOST} ^xn--eqrt2guv0afw3b\.hk$ RewriteRule ^/(.*) http://testwww.hkdnr.hk/$1 [L,R] DocumentRoot /www/srs/registrant ServerName testwww.hkdnr.hk DirectoryIndex index.html I'm wondering why it does not rewrite to http://testwww.hkdnr.hk when i browse to http://xn--eqrt2guv0afw3b.hk:8888/ Any advice? Thanks. -- Warm regards, Jacky Wong --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org