RE: [users@httpd] rewrite exclude

2005-06-09 Thread Axel-Stéphane SMORGRAV
I am not sure whether you want to redirect any request for a URL path that starts with /abc, or if only requests for /abc/ or /abc should be redirected. I assumed the former: RewriteRule ^/abc/ http://www.mynewsite.com/jsp/services/abc.jsp [R=301,L] RewriteRule .* http://www.mynewsite.com/

[users@httpd] rewrite exclude

2005-06-08 Thread Daniel Teklu
Title: 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.j