There is fairly good documentation of the mod_rewrite on the apache httpd
website at http://httpd.apache.org/docs/misc/rewrite
I believe you will need to have ^/file.html and not just ^file.html - the
paths that are parsed include (I think) the leading slash.
hth...
-Rob
: Rob Ewaschuk : University of Waterloo :
: theideaproject.org : Computer Science :
On Mon, 21 May 2001, Lessault Jean-Luc wrote:
>
> Thanks but I already use servlet mapping.
> More preciasely my question is in which file I have to put the following
> instructions
>
> LoadModule rewrite_module module/mod_rewrite.dll
> > <IfModule mod_rewrite.c>
> > RewriteEngine On
> > RewriteBase /ContextServlet/
> > RewriteRule ^file.html
> > /ContextServlet/MyServletName?parameter=file.html.
> > </IfModule>
>
> Have a good day
>