Hi Mark,
With Zope / Plone yor config in apache should be:
RewriteCond %{HTTP_HOST} !^www\.* [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^/(.*) http://www.%{HTTP_HOST}/$1 [L,R]
ServerName test.com
ServerAlias www.test.com
RewriteRule ^/(.*)
http://192.168.20.130:8080/VirtualHostBase
On 9/6/06, Mark Phillips <[EMAIL PROTECTED]> wrote:
I have a domain (call it test.com for the purpose of this question - it is not
the real domain) parked with a domain name registrar.
They provide free domain name forwarding.
I have a server behind our firewall running apache 2.0 and zope/plone