22 Apr
2004
22 Apr
'04
11:19 p.m.
Jas Amidzic wrote at 2004-4-22 14:51 +1000:
I have an Apache server sitting in front of the Zope providing necessary SSL support and two SiteRoots on the Zope server; one in the RootFolder and other one in a custom created application folder located just bellow the RootFolder.
RootFolder's SiteRoot contains base parameter that looks like this "https://www.fightclub.org/" and the application's SiteRoot created in the application folder has the base parameter set to "http://www.fightclub.org/Application/".
Do not use "SiteRoot"s, use a "VirtualHostMonster". Your problem will go away when you use "VirtualHostMonster". HowTo on "zope.org". -- Dieter