Skip Montanaro wrote:
Dieter> When you do it right, there may be no need to know about the Dieter> "Zope" intermediate URL segment. Personally, I would go for such Dieter> a solution.
Any clues? If I want to send back a redirect, how to I "do it right" so the browser at the other end gets a valid URL?
Send a redirect to: object_where_you_want_to_redirect.absolute_url() Zope will do the right thing.
Someone else mentioned SiteRoot but the docs made me suspect a simple mistake would break things badly.
You mentioned VirtualHostMonster, but I can't find any docs about it at all.
See for instance http://www.zope.org/Members/Jace/apache-vhm There are other howtos on zope.org, they should all reside under "Administrator Howtos". HTH, oliver