Re: [Zope] virtualhost/apache2 problem

2006-02-02 Thread S.Hayles
Hi Zenobito In your Apache config you have 2 virtual hosts both trying to catch everything. To have ZOPE appear at /zope within your normal site, you need a single virtual host, and embed the rewrite rule in it. Something like: RewriteRule ^/zope/(.*)

[Zope] virtualhost/apache2 problem

2006-02-01 Thread zenobito zenobito
Hello, I'm trying to set up apache2 to serve two sites, a normal one on www.mysite.com and a zope one on www.mysite.com/zope (using rewrite rules). I already know how to put apache2 in front of zope, but in this situation something doesn't work: I read every howto's but when connecting to