You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Daniel Teklu <DT...@alm.com> on 2005/06/08 23:37:21 UTC

[users@httpd] rewrite exclude

I have a rewrite that is working fine. It is:

        RewriteRule /.* http://www.mynewsite.com/jsp/abc/services/services.jsp [R=301,L]

However, I would like to exclude one like /abc and send it to another url as

 /abc to http://www.mynewsite.com/jsp/services/abc.jsp

How do I do that?

Thanks
-Daniel