On Fri, 4 Mar 2005 15:55:45 -0600, Bumbia, M Kamran <Kamran.Bumbia@xxxxxxxxx> wrote: > I understand external redirect as a rewrite to another http webserver on > another machine and the internal to be on the same box Almost. I mean any redirect where the client is asked to refetch the document, as opposed to an "alias" or "internal redirect" where the webserver fetches the content at the new location and returns in to the client without the client ever knowing about the new location. In mod_rewrite, you get an external redirect if you specify a full URL (starting in http:) or if you include the [R] flag. Otherwise you get an internal redirect. Joshua. --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx