On 11/10/05, Fernando Martins <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to