Hi David,

thank you for the answer.I know it's a apche topic.

I just thought that tomcat disturs the url rewrite ruling



  christophe


> You do realize this is very off topic as it's an Apache httpd issue, > > not a Tomcat issue. The question would be better asked on an Apache > > web server list.


> At anyrate, I think you need to have the proper flags set at the end > > of the RewriteRule:

> RewriteEngine On
> RewriteLog "/logs/rewrite.log"
> RewriteRule ^/mitop  /mitop2    [R]

> or better yet:

> RewriteRule ^/mitop/(.*)  /mitop2/$1  [R]

> The second one will rewrite even direct URLs someone might have in a > > bookmarks file.

> Check out these pages for more info on mod_rewrite:

> http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html
> http://httpd.apache.org/docs-2.0/misc/rewriteguide.html

> --David


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to