THANKS! > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of NickM > Sent: Thursday, February 14, 2002 2:46 AM > To: [EMAIL PROTECTED] > Subject: RE: what's the best way force a server to be HTTPS only? > > > 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] > ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
