Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 49321 invoked from network); 17 Oct 2005 21:54:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2005 21:54:38 -0000 Received: (qmail 33648 invoked by uid 500); 17 Oct 2005 21:54:26 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 33635 invoked by uid 500); 17 Oct 2005 21:54:26 -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 33623 invoked by uid 99); 17 Oct 2005 21:54:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 14:54:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 72.14.204.195 as permitted sender) Received: from [72.14.204.195] (HELO qproxy.gmail.com) (72.14.204.195) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 14:54:26 -0700 Received: by qproxy.gmail.com with SMTP id q10so859925qbq for ; Mon, 17 Oct 2005 14:54:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EJ18pS+KTjhDKyKsKoJ7XTOFveCsBk9rCOunPUiIX3v3VyA37b6+ZFNmr57QwJjYou3Zk4vfXpyWMWBeOb9ux+wP0LtbFXf5YPSpJWGUJxqtU0odgql1KBdw6TX4/xugVPkJtmDPSKcX3QfiKEQgxVTlxTe14///jfJ7GsES5YM= Received: by 10.64.183.5 with SMTP id g5mr2429866qbf; Mon, 17 Oct 2005 14:54:04 -0700 (PDT) Received: by 10.64.253.12 with HTTP; Mon, 17 Oct 2005 14:54:04 -0700 (PDT) Message-ID: Date: Mon, 17 Oct 2005 17:54:04 -0400 From: Joshua Slive To: users@httpd.apache.org In-Reply-To: <20051017210941.45644.qmail@web31514.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051017210941.45644.qmail@web31514.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Redirecting limit for this URL exceeded. X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/17/05, Mukarram Syed wrote: > > ServerName esalton.com > ServerAlias www.esalton.com > Redirect / http://www.esalton.com/ > This is our second redirect-loop question today. This is a redirection loop because the redirected URL hits the same Redirect as the original URL. You want. ServerName esalton.com Redirect / http://www.esalton.com/ ServerAlias www.esalton.com DocumentRoot ... 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