Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 13569 invoked from network); 13 May 2009 10:54:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 10:54:36 -0000 Received: (qmail 84161 invoked by uid 500); 13 May 2009 10:54:33 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 84108 invoked by uid 500); 13 May 2009 10:54:32 -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 84099 invoked by uid 99); 13 May 2009 10:54:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 10:54:32 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.218.213 as permitted sender) Received: from [209.85.218.213] (HELO mail-bw0-f213.google.com) (209.85.218.213) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 10:54:22 +0000 Received: by bwz9 with SMTP id 9so637215bwz.24 for ; Wed, 13 May 2009 03:54:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=DQvU4YbYpOFOg8HIIahCy7bRmrq3EV8CKWoqJOECzrM=; b=ciTEM+9l0k5DbsBzWTGKAIII4/d58V6zCpfiDrDqbnpM79cFI9rrY5udDSN+5klzXh crOQ84vKcF1qucGao7mxmoiaHPh08S+4//Qs1UX8VefAFScjoe0vW83fskMvIEnZrFBw khMnHVvcRO2SLTAgEhEjiCzFJDVXqKGOsBpic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=UzQwcmCHY+M9nQ5zsOUtSazed9oFCF2Sn7F+cs2Se81jQ+sFdhfQ429cpnlnkPIEeK BVmeZhM7S65wS730O++tViZhcyuOrKOGtr5A3XRmzTqm3ZSNCiY0SchUD/oxUi3tB3Q/ ayMkxoQvRezDIigRzDdx9BJ9iKbwF19ci5CqE= MIME-Version: 1.0 Received: by 10.223.108.140 with SMTP id f12mr601372fap.69.1242212042171; Wed, 13 May 2009 03:54:02 -0700 (PDT) In-Reply-To: <22571048298BC44DAF91BE12457E873D7D05E679@bgxius-ex01.XIUS-bcgi.ltd> References: <22571048298BC44DAF91BE12457E873D7D05E51D@bgxius-ex01.XIUS-bcgi.ltd> <22571048298BC44DAF91BE12457E873D7D05E5BD@bgxius-ex01.XIUS-bcgi.ltd> <1242203336.17662.10.camel@strangepork.mintel.co.uk> <22571048298BC44DAF91BE12457E873D7D05E679@bgxius-ex01.XIUS-bcgi.ltd> Date: Wed, 13 May 2009 06:54:02 -0400 Message-ID: <1404e5910905130354r66e9af27p9739d9991cc25645@mail.gmail.com> From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] modrewrite help needed....plz :( On Wed, May 13, 2009 at 4:42 AM, Karthik Nanjangude wrote: > Hi > > With the Rewrite as defined in httpd.conf > > > RewriteRule ^SEARCH\index.jsp$ /SEARCH/index.jsp?area1=3Dsq [NC,L] > > > I expected that "http://10.10.21.170/SEARCH/index.jsp" =A0would be replac= ed with "http://10.10.21.170/SEARCH/index.jsp?area1=3Dsq" In httpd.conf, outside of , the thing your comparing against in a RewriteRule begins with a slash. Your rule isn't matching due to the anchor. --=20 Eric Covener covener@gmail.com --------------------------------------------------------------------- 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