On Tue, Oct 29, 2002 at 10:32:53AM -0800, rmckee wrote: > Hello, > > Im sure this has been asked but I cant find the answer. > > I have Apache/1.3.27 (Unix)mod_ssl/2.8.12 OpenSSL/0.9.6e. > > In the httpd.conf can I make an http link go to (redirect) an https link. > > So if they click on this link: > > http://system.company.com/ > it will direct to > https://system/ or https://system.company.com/ >
In your http vhost put: Redirect / https://system.company.com/ vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' - lwall ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
