Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 24590 invoked from network); 20 Aug 2004 02:24:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Aug 2004 02:24:15 -0000 Received: (qmail 93955 invoked by uid 500); 20 Aug 2004 02:24:15 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 93930 invoked by uid 500); 20 Aug 2004 02:24:15 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 93919 invoked by uid 99); 20 Aug 2004 02:24:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [68.164.32.244] (HELO mail.agilixcorp.com) (68.164.32.244) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 19 Aug 2004 19:24:11 -0700 Received: from localhost (localhost [127.0.0.1]) by mail.agilixcorp.com (Postfix) with ESMTP id 6120B56A4C for ; Thu, 19 Aug 2004 22:24:08 -0400 (EDT) Received: from mail.agilixcorp.com ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23824-03-4 for ; Thu, 19 Aug 2004 22:24:08 -0400 (EDT) Received: from [192.168.1.21] (unknown [10.4.2.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.agilixcorp.com (Postfix) with ESMTP id 1A56F56A41 for ; Thu, 19 Aug 2004 22:24:08 -0400 (EDT) Message-ID: <412560C8.3060705@agilixcorp.com> Date: Thu, 19 Aug 2004 22:24:08 -0400 From: Leeman Strout User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: ihtml and 's, forrest is trying to build the URI source Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at agilixcorp.com X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have ihtml in a few locations using 's like this: The only difference between files is pathing and the number after cat=. The forrest build process is attempting to build "/php/index.php?cat=1" X [0] /php/index.php?cat=1 BROKEN: No pipeline matched request: /php/index.php What can I do to prevent/fix this? I was hoping that by making it a rooted URI that forrest wouldn't try to process it. Since this is bouncing between development/production I don't want to do a concrete URI: "http://site/php/index.php?cat=1" Thanks, Leeman