Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 76037 invoked from network); 30 Jun 2004 13:25:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Jun 2004 13:25:46 -0000 Received: (qmail 19700 invoked by uid 500); 30 Jun 2004 13:25:16 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 19655 invoked by uid 500); 30 Jun 2004 13:25:15 -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 19612 invoked by uid 99); 30 Jun 2004 13:25:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [62.243.245.105] (HELO mtsrv.headquarters.mobilethink.dk) (62.243.245.105) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 30 Jun 2004 06:25:12 -0700 Date: Wed, 30 Jun 2004 15:25:01 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mod_rewrite matching on querystring? Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Thread-Index: AcRepaXru5Bpg8FTSjq0OiDwCRz9Ug== From: =?iso-8859-1?Q?S=F8ren_Neigaard?= To: X-Virus-Checked: Checked Subject: [users@httpd] mod_rewrite matching on querystring? X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ive tried to get mod_rewrite to match this url (the complete url, and = only the complete url): /my/own/server?U1=3D44 Ive tried with this rule: RewriteRule ^/my/own/server.+U1=3D44[^\0-9] http://xxx/inde.htm? [P,L] But it seems not to work, and in the rewrite log (loglevel set to 3) i = get this: init rewrite engine with requested uri /my/own/server applying pattern '^/my/own/server.+U1=3D44[^\0-9]' to uri = '/my/own/server' And then it gets passed through. It seems like I cant match on the query = string, is that correct? And if I can, how would I do this? Med venlig hilsen/Best regards S=F8ren Neigaard System Architect ................................ Mobilethink A/S Arosgaarden =C5boulevarden 23, 4.sal DK - 8000 =C5rhus C Telefon: +45 86207800 Direct: +45 86207810 Fax: +45 86207801 Email: s.neigaard@mobilethink.dk Web: www.mobilethink.dk ................................ --------------------------------------------------------------------- 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