Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3606 invoked from network); 9 Jan 2010 08:11:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jan 2010 08:11:41 -0000 Received: (qmail 10795 invoked by uid 500); 9 Jan 2010 08:11:37 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 10724 invoked by uid 500); 9 Jan 2010 08:11:37 -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 10715 invoked by uid 99); 9 Jan 2010 08:11:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jan 2010 08:11:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of apache-users@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jan 2010 08:11:28 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NTWPV-0005cZ-OE for users@httpd.apache.org; Sat, 09 Jan 2010 09:11:01 +0100 Received: from ip-118-90-66-182.xdsl.xnet.co.nz ([118.90.66.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Jan 2010 09:11:01 +0100 Received: from n.sherlock by ip-118-90-66-182.xdsl.xnet.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Jan 2010 09:11:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Nicholas Sherlock Date: Sat, 09 Jan 2010 21:10:58 +1300 Lines: 12 Message-ID: References: <88911.18160.qm@web110013.mail.gq1.yahoo.com> <1263020827.4b482b1be856d@arrowana.singnet.com.sg> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ip-118-90-66-182.xdsl.xnet.co.nz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051201 Thunderbird/1.5 Mnenhy/0.7.3.0 In-Reply-To: <1263020827.4b482b1be856d@arrowana.singnet.com.sg> Sender: news Subject: [users@httpd] Re: Mod rewrite On 9/01/2010 8:07 p.m., pkm2112 wrote: > Hello experts, > Need help to mask url. I understand it can be done using RewriteRule in httpd.conf file. > > Can I display http://server1.ncs.com/inventoryappl as > http://s1.ncs.com/inventoryappl If this is on the same server, just add a ServerAlias entry for "s1" to your "server1" host definition. Cheers, Nicholas Sherlock --------------------------------------------------------------------- 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