[Zope] How to manage root folder?
Jim Kutter
jim at ebizq.net
Tue Oct 14 16:50:44 EDT 2003
Add an explicit re-write rule to go to /manage without the
VirtualHost...
Ex: RewriteRule ^/manage(.*) http://localhost:8080/manage$1 [L,P]
That should do the trick.
Make sure that's before the catchall re-write rule (the one you already
have). Otherwise the more general rule will get triggered and you won't
get what you want.
-jim
-----Original Message-----
From: Florian Lindner [mailto:mailinglists at xgm.de]
Sent: Tuesday, October 14, 2003 4:43 PM
To: zope at zope.org
Subject: [Zope] How to manage root folder?
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?
Thanks,
Florian
_______________________________________________
Zope maillist - Zope at zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )
More information about the Zope
mailing list