On Wed, May 13, 2009 at 4:42 AM, Karthik Nanjangude <karthik.nanjangude@xxxxxxxxxxxxx> wrote: > Hi > > With the Rewrite as defined in httpd.conf > > > RewriteRule ^SEARCH\index.jsp$ /SEARCH/index.jsp?area1=sq [NC,L] > > > I expected that "http://10.10.21.170/SEARCH/index.jsp" would be replaced with "http://10.10.21.170/SEARCH/index.jsp?area1=sq" In httpd.conf, outside of <Directory>, the thing your comparing against in a RewriteRule begins with a slash. Your rule isn't matching due to the anchor. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx