[Zope3-Users] virtual hosting
Darryl Cousins
darryl at darrylcousins.net.nz
Wed Oct 11 05:05:20 EDT 2006
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 <miuler at gmail.com>
Sure.
<VirtualHost *>
ServerName zope3.theshire
RewriteRule ^(/?.*) http://localhost:8031/++vh++http:zope3.theshire:80/++$1 [P,L]
</VirtualHost>
Hope that helps.
Darryl
More information about the Zope3-users
mailing list