Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 94299 invoked by uid 500); 4 Dec 2002 15:38:11 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 94288 invoked from network); 4 Dec 2002 15:38:10 -0000 Received: from venus.commerce.ubc.ca (137.82.154.16) by daedalus.apache.org with SMTP; 4 Dec 2002 15:38:10 -0000 Received: from exchange.commerce.ubc.ca (exchange.commerce.ubc.ca [137.82.66.44]) by venus.commerce.ubc.ca (8.9.3/8.9.3) with ESMTP id HAA06558 for ; Wed, 4 Dec 2002 07:38:12 -0800 Received: from usager73-134.hec.ca ([132.211.73.134]) by exchange.commerce.ubc.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id YANG3YWJ; Wed, 4 Dec 2002 07:38:52 -0800 Date: Wed, 4 Dec 2002 10:38:07 -0500 (Est) From: Joshua Slive To: users@httpd.apache.org In-Reply-To: Message-ID: References: X-X-Sender: slive@exchange.commerce.ubc.ca MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] RE: users Digest 4 Dec 2002 02:26:30 -0000 Issue 620 On Wed, 4 Dec 2002, Chad Day wrote: > [calendar.domain.com/sid#80b7a04][rid#813b034/initial] (1) redirect to > http://calendar.domain.com/view.php?ID=/cday2 [REDIRECT/302] Hmm... This doesn't look like the same rule you have below. > [calendar.domain.com/sid#80b7a04][rid#813b034/initial] (4) RewriteCond: > input='/view.php' pattern='!-f' => matched > RewriteEngine on > RewriteCond %{REQUEST_FILENAME} !-f > RewriteRule ^(.+) /view.php?ID=$1 [R,L,NE] Well, does view.php exist in the DocumentRoot? You can easily exclude view.php explicitly by using another RewriteCond, but the question is, is the -f test working at all, or is it always returning false? 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