Return-Path: Delivered-To: apmail-apache-bugdb-archive@apache.org Received: (qmail 95662 invoked by uid 500); 1 Sep 2001 17:40:08 -0000 Mailing-List: contact apache-bugdb-help@apache.org; run by ezmlm Precedence: bulk Reply-To: apache-bugdb@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-bugdb@apache.org Received: (qmail 95649 invoked by uid 501); 1 Sep 2001 17:40:08 -0000 Date: 1 Sep 2001 17:40:08 -0000 Message-ID: <20010901174008.95648.qmail@apache.org> To: apache-bugdb@apache.org, charlie@screaming-penguin.com, slive@apache.org From: slive@apache.org Subject: Re: mod_rewrite/8272: mod_rewrite disregards URI if "?" is present (ie any querystring) AND additional search after said ? is performed [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ] Synopsis: mod_rewrite disregards URI if "?" is present (ie any querystring) AND additional search after said ? is performed State-Changed-From-To: open-closed State-Changed-By: slive State-Changed-When: Sat Sep 1 10:40:08 PDT 2001 State-Changed-Why: RewriteRule's don't match against the query string. You can instead use a RewriteCond matching against the variable %{QUERY_STRING} (if I remember correctly; check the docs for details). Thanks for using Apache.