[Zope] REQUEST vraible methods
Oleg Broytmann
phd@phd.russ.ru
Fri, 10 Mar 2000 12:13:56 +0000 (GMT)
On Fri, 10 Mar 2000, Chris Withers wrote:
> If you just drop a SiteRoot in /mydomain then everything works fine through
> http://www.mydomain.com but http://zope-host.nipltd.com/mydomain/manage just
> jumps to http://zope-host.nipltd.com/manage. So I'd like to write my own Access
> Rule to do this.
You don't need AccessRule for this - just path correct SiteRootBASE and
SiteRootPATH environment variables to SiteRoot. Define it differently on
every server, that's all.
Oleg.
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.