[Zope] zope and apache
Dieter Maurer
dieter@handshake.de
Fri, 8 Feb 2002 23:16:18 +0100
Matt Fair writes:
> I have a website http://www.fpc-stillwater.org with the site in zope.
> It is running through zope and sending it to zope, where the site sits.
> In my httpd.conf file I have:
> RewriteRule ^/(.*) http://www.fpc-stillwater.org:9673/fpc/$1 [P,L,R]
>
> The problem is, when I goto for example
> http://www.fpc-stillwater.org/about/index.html my link in html is <a
> href="../index.html"> which should goto
> http://www.fpc-stillwater.org/index.html but when I click on it it goes
> to http://www.fpc-stillwater.org/about/index.html. It is as if zope
> ignores any '../'.
You want a VirtualHostMonster or SiteAccess.
There are HowTos around. Search Google for "VirtualHostRoot"...
Dieter