While experimenting I created a site root object in an attempt to get zope to server a different directory as the root folder. The result is that I can no longer get to the real root folder in the admin pannel. Because of this it seems that I can not undo what I did. Is there any way I can get access to the real root folder again so that I can remove the site root object ? thanks -matthew
Matthew Thorley wrote at 2003-10-24 04:35 -0600:
While experimenting I created a site root object in an attempt to get zope to server a different directory as the root folder. The result is that I can no longer get to the real root folder in the admin pannel. Because of this it seems that I can not undo what I did. Is there any way I can get access to the real root folder again so that I can remove the site root object ?
All "SiteAccess" features (such as "SiteRoot") can be disabled via environment variables. Search the source in ".../Products/SiteAccess/*.py" for "SUPPRESS" to learn the names of these environment variables. -- Dieter
participants (2)
-
Dieter Maurer -
Matthew Thorley