[Zope] Redirection problem

John Poltorak jp at warpix.org
Sat Oct 2 18:18:34 EDT 2004


On Sat, Oct 02, 2004 at 10:19:19PM +0200, Tino Wildenhain wrote:

> > Can anyone suggest what I have ommitted?
> > 
> > This is the RewriteRule in Apache:-
> > 
> > RewriteRule ^/(.*) http://www.myzopesite.org:8080/VirtualHostBase/http/www.myzopesite.org/myzopesite/VirtualHostRoot/$1 [P,L]
> 
> You are apparently missing the port number in the VirtualHostBase.
> Try:
> RewriteRule ^/(.*)
> http://www.myzopesite.org:8080/VirtualHostBase/http/www.myzopesite.org:80/myzopesite/VirtualHostRoot/$1 [P,L]

Many thanks for that - it worked! I didn't think it would since everything 
else had been working OK.
 
> Regards
> Tino


-- 
John
 




More information about the Zope mailing list