Yse it will replace your standard port 80 one, therefore setting anything not defined to redirect to the standard https site.
I did make one slight minor mistake there, take the trailing slash off as it will be there already from the path transferred. So instead have: <VirtualHost _default_:*> Redirect / https://myvirtual.domain </VirtualHost> Nick Quoting SoilentG <[EMAIL PROTECTED]>: > Thanks and just to be clear...(sorry I'm pretty new) > > this part goes in Vhosts.conf? > > <VirtualHost _default_:*> > Redirect / https://myvirtual.domain/ > </VirtualHost> > > Jeff ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
