On Wed, May 13, 2009 at 4:42 AM, Karthik Nanjangude <[email protected]> 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 [email protected] --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
