Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 22534 invoked from network); 7 May 2007 01:19:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2007 01:19:38 -0000 Received: (qmail 64122 invoked by uid 500); 7 May 2007 01:19:35 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 64109 invoked by uid 500); 7 May 2007 01:19:35 -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 64097 invoked by uid 99); 7 May 2007 01:19:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2007 18:19:35 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jslive@gmail.com designates 209.85.132.247 as permitted sender) Received: from [209.85.132.247] (HELO an-out-0708.google.com) (209.85.132.247) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2007 18:19:28 -0700 Received: by an-out-0708.google.com with SMTP id d31so98975and for ; Sun, 06 May 2007 18:19:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=OyPZ/wlr4nQfVWU5E12e1BZVFWudW2s8Q/bjqhejrtv7jwnRXjo3lpYVqG/kJ8DLAAmgi9s6TqdOkCw5sBkYBKjVhE2fbBlY05PGKmJmXY4S/TUZyyv2Dl8LTfeciPk5PI46anzjbnW2ovvk1rgXn5V/6N2UXAa6jMWbmBv9ei8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BYk5e7fsEkHL22xoz/uBsH16fwBP5Goy4BrP9kPaHqoc5MVBfVo/DOiD75ReF19byBnRO5RCqLGPu+uMdGZS7QDtSyYcfCNcEQcq2UD9k+2t4brbYUWUcKN8t5zqPQs/O6oA7pjnJgUCPnHTA2bTJ8uco5O9rAiHLTleyG9VId8= Received: by 10.100.163.12 with SMTP id l12mr4376457ane.1178500747477; Sun, 06 May 2007 18:19:07 -0700 (PDT) Received: by 10.100.254.18 with HTTP; Sun, 6 May 2007 18:19:07 -0700 (PDT) Message-ID: Date: Sun, 6 May 2007 21:19:07 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <89971.99025.qm@web609.biz.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <89971.99025.qm@web609.biz.mail.mud.yahoo.com> X-Google-Sender-Auth: 1423fdb7cda53113 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] single webpage redirect On 5/6/07, Dave Henderson wrote: > You were right, that worked like a charm! Why wouldn't a ServerAlias > provide the same functionality? Because with a ServerAlias, the redirect will again hit the same , causing the redirect to applied again, causing a loop. You need the separate so that one name will be redirected and the other won't. Joshua. --------------------------------------------------------------------- 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