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@xgm.de] Sent: Tuesday, October 14, 2003 4:43 PM To: zope@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@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 )