On 11/10/05, Fernando Martins <fernando@xxxxxxxxxxxxxxxxx> wrote: > > When I ask for http://ckt/ I get back http://ckt/zope and the page urls have > also prefixed zope. In 1.3, the prefix zope would never come back to the > user but it does with 2.0. > RewriteRule ^(.*) http://ckt/zope$1 I'm not positive I understand your question, but if the problem is that you get an external redirect rather than an internal redirect/alias/subrequest, then you may be able to fix it by removing the http://ckt from the front of your target URLs. That can cause an implicit external redirect in mod_rewrite unless the server name lines up exactly with the URL. 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