[Zope] Apache SubFolder to Zope root folder using VirtualHostMonster
Tim Hicks
tim@sitefusion.co.uk
Thu, 5 Apr 2001 20:30:00 +0100
----- Original Message -----
From: "Stefan H. Holek" <stefan@epy.co.at>
To: "Lars Holmstrom" <lars@thinkshare.com>
Cc: <zope@zope.org>
Sent: Thursday, April 05, 2001 7:12 PM
Subject: Re: [Zope] Apache SubFolder to Zope root folder using
VirtualHostMonster
> On Wed, 4 Apr 2001, Lars Holmstrom wrote:
>
<snip>
> > I want
> > a way to simply rewrite every incomming URL into the ZServer
> > with a base of http://www.foo.com/zope. Any help would be
> > appreciated!
> >
I use an Apache rewrite rule to do this. Apache catches everything from
http://www.foo.com/zope and sends it to Zserver via pcgi. Zope correctly
realises that it is at http://www.foo.com/zope and all it urls are correctly
generated. There is plenty of stuff around the mailing list (and a howto or
two as well I think), I just can't remember any links off the top of my
head. Is this what you need, or have I misunderstood what's going on?
tim