John Goerzen wrote:
Michel Pelletier <michel@digicool.com> writes:
How do the rewrite rules impact accessing things like /manage?
They don't. I'll add this to the How-To.
Unfortunately, they do. When I set up a virtualhost to point to a subdirectory of the Zope site, the manage screen goes berserk. It says things like "Folder at /ACLUG/ACLUG/ACLUG" when I ask for /manage on the virtualhost. The site is working OK (except for the darn base tag) but this isn't.
Let me make sure I understand your setup. It sounds like you have a Zope folder called ACLUG that you want a host name to point to ie, http://www.unclebob.org/ will pull the top page out of /ACLUG/index_html. To do this, you need to patch ZPublisher. Zope does not undersand the extra path elements if you rewrite anywhere into the object space other than the root. This ability is not built into the stock Zope so you don't have a bug, you just need a feature. I'm not sure who the author or the current maintainer of the patch is. -Michel -Michel
Ideas?
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )