OK stupid me ;-) I included my VirtualHost rules between the wrong <IfDefine> tags :-p I invite the whole Zope-community for a 1 minute laugh! Thanks everyone anyway! Tim -----Oorspronkelijk bericht----- Van: Dylan Reinhardt [mailto:zope@dylanreinhardt.com] Verzonden: maandag 11 augustus 2003 16:21 Aan: Tim Willems CC: zope@zope.org Onderwerp: Re: [Zope] Help!!! Virtual Hosting Zope behind Apache You didn't mention what it is about your setup that isn't working, but I'd suspect one or more of the following: 1. You have no VirtualHostRoot in your RewriteRule 2. You're matching on IP... try matching *. 3. You included the end of an IfDefine... are you sure the test enclosing your virtual host block works correctly? 4. Is this IP the second (or greater) IP being served by Apache? You'll need to explicitly tell Apache to listen for it. Problem 1 is the most obvious, but shouldn't prevent you from hitting a page... it will (usually) cause all subsequent graphics and links to be broken, though. Either of the other three problems would probably result in the site not being seen at all. If that doesn't help, please describe your problem in greater detail. HTH, Dylan