Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3000 invoked from network); 9 Dec 2007 16:07:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2007 16:07:11 -0000 Received: (qmail 45980 invoked by uid 500); 9 Dec 2007 16:06:48 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 45953 invoked by uid 500); 9 Dec 2007 16:06:48 -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 45941 invoked by uid 99); 9 Dec 2007 16:06:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 08:06:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.198.185 as permitted sender) Received: from [209.85.198.185] (HELO rv-out-0910.google.com) (209.85.198.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 16:06:28 +0000 Received: by rv-out-0910.google.com with SMTP id l15so1147058rvb for ; Sun, 09 Dec 2007 08:06:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Y1jyY0znChfinAtIes5I4oAuUOofhePxV3SuwjT+e1A=; b=m90jm47dmy9knGmtB5+WxbHOepvoHCxP9Xg10HbWRsQHbIs87ifDeSj+PEsiAmH63301Ovtjgj6OYRjcgefBBS6JVRmse7lFQA94nf1iczoLaaFRNUN4y6t2XGhN2sPjgQAhyT13/598tFKdTOu4CWDMS15PRM3EAZmg3UwTwC8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MkobGlUvVf5sHJo6XvPq35UVDwYOgjhsOgzm55ZPx0NIdV4CwFE+HKCO9qhZx2TJwY0Mmioqg5bjD56VGKue6XpHDV+kuRRZ8CiBlhf8EtT9AlbNw9vZzie9QACmIHE1HIxmmne6KFd0D5PDaPp+Wvm5K6CMYG7ufIAVVzYETww= Received: by 10.140.139.11 with SMTP id m11mr3697908rvd.1197216391189; Sun, 09 Dec 2007 08:06:31 -0800 (PST) Received: by 10.141.12.16 with HTTP; Sun, 9 Dec 2007 08:06:31 -0800 (PST) Message-ID: <1404e5910712090806t73ea5defr1d645ad5d8a651f4@mail.gmail.com> Date: Sun, 9 Dec 2007 11:06:31 -0500 From: "Eric Covener" To: users@httpd.apache.org In-Reply-To: <20071209170907.2127c51e@penpal4u.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071208121844.55ab1ac1@penpal4u.net> <20071208203852.4f83fc06@penpal4u.net> <200712081540.10033.torsten.foertsch@gmx.net> <20071209170907.2127c51e@penpal4u.net> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Redirecting paths with extra slashes On Dec 9, 2007 1:09 AM, Christian Lerrahn wrote: > RewriteRule (.*/)/+(.*) $1$2 [R=permanent,L] > > fixes almost all of my problems. The only problem that remains is that > the pattern doesn't match at the beginning of the path. Works for me in perl and httpd. Try RewriteLog and looking at the HTTP request/response directly. -- Eric Covener covener@gmail.com --------------------------------------------------------------------- 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