It works! I had to change the <VirtualHost *:80> entried to <VirtualHost dev.commsg6lds> & <VirtualHost live.commsg6lds> Also had add IP addresses and domains to windows hosts file. Thanks for all the help! <VirtualHost dev.commsg6lds> ServerAdmin ian.ripping@... ServerName dev.commsg6lds RewriteEngine On RewriteRule ^/(.*) http://localhost:9080/VirtualHostBase/http/dev.commsg6lds:80/test/VirtualHos... [L,P] </VirtualHost> <VirtualHost live.commsg6lds> ServerAdmin ian.ripping@... ServerName live.commsg6lds RewriteEngine On RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/live.commsg6lds:80/extranet/Virtu... [L,P] </VirtualHost> -- View this message in context: http://www.nabble.com/Running-2-instances-of-Zope-on-Apache-tf1998979.html#a... Sent from the Zope - General forum at Nabble.com.