On 6/28/06, Rob Wilkerson <r.d.wilkerson@xxxxxxxxx> wrote:
And I guess maybe this is my question (sorry it took so long for me to get here): does mod_rewrite do an internal redirect so that the "pretty" URI never changes? If so, then I suppose you're right. It doesn't matter how we forward the original URL.
Yes. The default mode for RewriteRule is an internal redirect, unless you specify a path starting in http:// or use the [R] flag. In this case, there are tons of options on how to pass the original path to the landing page. In fact, php can probably pick the original request out of the environment if it looks at all the Redict_ variables. 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