<VirtualHost <your_ip_here:80>

   ServerName www.foo.com

[ ... ]

   RewriteEngine On
   RewriteRule ^/(.*)$ https://www1.foo.com/$1

[ ...]

</VirtualHost>


<VirtualHost <your_ip_here>:443>

ServerAlias www1.foo.com

[ ... ]

</VirtualHost>

HTH

Gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to