RE: [EMAIL PROTECTED] URL Rewriting Question

2006-09-06 Thread Carles Güell
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

Re: [EMAIL PROTECTED] URL Rewriting Question

2006-09-06 Thread Joshua Slive
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