On Mon, Apr 22, 2002 at 04:20:45PM -0400, [EMAIL PROTECTED] wrote:
> Hello, 
> 
> Im looking for anyones thoughts on why it is not a good Idea to have 
> an https site be able to convert to an http site. I am having many  
> disscusions with co-workers that feel the client would be at fault if 
> they type in the http link instead of using the https link that is 
> provided??
> 
> I feel that the customer should not even have the chance to enter 
> http and be able to log in. My response to my team is "It's our job 
> (web team) not to even let them have access to the http link, it 
> should redirect or give error." What do you people have to add to 
> this????? 
> 
Something like this in your http vhost:
RedirectMatch permanent ^/(.*)$ https://www.example.com/$1

vh

Mads Toftum
-- 
With a rubber duck, one's never alone.
              -- "The Hitchhiker's Guide to the Galaxy"
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to