12 Nov
2003
12 Nov
'03
5:21 p.m.
On Wed, 2003-11-12 at 08:54, Alec Munro wrote:
I guess what I'm really looking for is a good explanation for virtual host root, as well some insight in how zope generates urls.
All you need is to create a VHM instance. It doesn't actually matter what you call it. Let's say domain_name.com is hosted from here in the Zope hierarchy: /sites/domain_name Put this in domain_name's virtual host block in Apache (one line): RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/www.domain_name.com:80/sites/doma... [L,P] Reload Apache and you should be good to go. HTH, Dylan