Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 82701 invoked from network); 20 Feb 2006 13:12:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Feb 2006 13:12:59 -0000 Received: (qmail 5367 invoked by uid 500); 20 Feb 2006 13:12:27 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 4900 invoked by uid 500); 20 Feb 2006 13:12:24 -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 4713 invoked by uid 99); 20 Feb 2006 13:12:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 05:12:23 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robsiegen@googlemail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO pproxy.gmail.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 05:12:23 -0800 Received: by pproxy.gmail.com with SMTP id o67so1093351pye for ; Mon, 20 Feb 2006 05:12:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=MyDGxHLMMp5jklv3yH6UhAnAcv4G4BjO98Q5jJXRMqzg+H9CXT7F2E0zaDacw9weiIkYQvODN4kel8npYG7oMB421WnpXRpAQ7ejb4shfOkXZGrJ8AV6aLCsQHWj+RvhshJrArKMeZe+OsaEpTZXv54O+JmiT/I90cQXa7/azQs= Received: by 10.35.37.18 with SMTP id p18mr2397350pyj; Mon, 20 Feb 2006 05:12:02 -0800 (PST) Received: from ?192.168.178.23? ( [80.131.188.69]) by mx.gmail.com with ESMTP id y78sm109717pyg.2006.02.20.05.12.01; Mon, 20 Feb 2006 05:12:01 -0800 (PST) Message-ID: <43F9C020.4000606@googlemail.com> Date: Mon, 20 Feb 2006 14:12:00 +0100 From: Robert Ionescu User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: users@httpd.apache.org References: <43F920CF.2030805@shyne.ch> <43F9AC91.6060106@googlemail.com> <43F9B20D.2050106@shyne.ch> In-Reply-To: <43F9B20D.2050106@shyne.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] mod_rewrite directives problem X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Shyne wrote: > Apparently the directive RewriteCond %{REQUEST_FILENAME} !-f matches > requests for existing files, which it should exactly not do. We were able to analyze the RewriteLog in a German mod_rewrite forum. The problem here was the following: %{REQUEST_FILENAME} did contain the value from %{REQUEST_URI}, namely /help/abc but not the expected and needed full physical path /var/www/help/abc. An URL-based sub-request (LA:U) was able to determine the correct value. -- Robert --------------------------------------------------------------------- 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