[Zope-CMF] How to place CMF at the root?

Dieter Maurer dieter@handshake.de
Sun, 15 Apr 2001 22:53:33 +0200 (CEST)


Ausum writes:
 > I have a working site and I would like to include CMF's features like Membership
 > and MyFolder stuff, with as least modifications as possible to my previous code.
 > Is it possible to install a CMF site at the root, (not as a folder object, but
 > as a real root) so that it can use regular, previous content, therefore allowing
 > it to integrate seamlessly?
You can use a SiteAccess AccessRule in the root folder to
forward any request to a subfolder.
You will need to be a bit careful, as otherwise standard Zope
objects may no longer be accessible through the web,
e.g. "Control_Panel".

Dieter