[Zope] REQUEST vraible methods
Oleg Broytmann
phd@phd.russ.ru
Fri, 10 Mar 2000 13:04:44 +0000 (GMT)
On Fri, 10 Mar 2000, Chris Withers wrote:
> I think SiteAccess's Site Root's are designed to sort this out. You drop a Site
> Root with a path of / into the /mydomain folder.
No, make path empty!
> Unfortunately, this site root also affects access through
> http://zope-host.nipltd.com/manage and so if you try and follow the link to
> http://zope-host.nipltd.com/mydomain/manage_workspace you in effect get
> redirected to http://zope-host.nipltd.com/manage_workspace 'cos the Site Root
> strips out the /mydomain.
Do not pass any SiteRoot* variables in this domain and pass both in
www.mydomain.com.
SiteRootBASE => http://www.mydomain.com
SiteRootPATH => /
That should do all tricks you want.
Oleg.
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.