On Wed, 2006-10-11 at 04:57 -0500, Hector Miuler Malpica Gallegos wrote: > Hello friends, as I can have virtual hosting of easy form? like in > zope2 > > -- > Hector Miuler Malpica Gallegos <[EMAIL PROTECTED]>
Sure. <VirtualHost *> ServerName zope3.theshire RewriteRule ^(/?.*) http://localhost:8031/++vh++http:zope3.theshire:80/++$1 [P,L] </VirtualHost> Hope that helps. Darryl _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
