14 Oct
2003
14 Oct
'03
9:07 p.m.
On Tue, 2003-10-14 at 13:43, Florian Lindner wrote:
Hello, my Zope-Server is not reachable from outside. I use a Apache to rewrite the requests:
RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/ www.centershock.net:80/centershock/VirtualHostRoot/$1 [L,P]
When I access http://centershock.net/manage I can only manage the folder centershock. How can I access the root folder of the Zope Server?
www.centershock.net:8080/manage Or you could set up a vhost in Apache that provides root access. HTH, Dylan