RE: [EMAIL PROTECTED] Automatic Redirect to a Secure Page in Apache 2.2.2

2007-03-07 Thread Kaplan, Andrew H.
ted to the secure page. Thanks for the help. -Original Message- From: Vincent Bray [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 9:52 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Automatic Redirect to a Secure Page in Apache 2.2.2 On 07/03/07, Kaplan, Andrew

Re: [EMAIL PROTECTED] Automatic Redirect to a Secure Page in Apache 2.2.2

2007-03-07 Thread Vincent Bray
On 07/03/07, Kaplan, Andrew H. <[EMAIL PROTECTED]> wrote: Hi there -- I checked the ssl.conf file, and there is a RedirectPermanent line already in place. The line reads as follows: RedirectPermanent http:// "https://" That's wrong for two reasons. The first argument to Redirect(Permanent) is

RE: [EMAIL PROTECTED] Automatic Redirect to a Secure Page in Apache 2.2.2

2007-03-07 Thread Kaplan, Andrew H.
PROTECTED] Automatic Redirect to a Secure Page in Apache 2.2.2 On 07/03/07, Kaplan, Andrew H. <[EMAIL PROTECTED]> wrote: > Hi there -- > > I have set up SquirrelMail on our e-mail server and I would like to have > users be automatically redirected to a secure or https page when they typ

Re: [EMAIL PROTECTED] Automatic Redirect to a Secure Page in Apache 2.2.2

2007-03-07 Thread Vincent Bray
On 07/03/07, Kaplan, Andrew H. <[EMAIL PROTECTED]> wrote: Hi there -- I have set up SquirrelMail on our e-mail server and I would like to have users be automatically redirected to a secure or https page when they type in the URL to get to the initial login page. The apache server is version 2.2

[EMAIL PROTECTED] Automatic Redirect to a Secure Page in Apache 2.2.2

2007-03-07 Thread Kaplan, Andrew H.
Hi there -- I have set up SquirrelMail on our e-mail server and I would like to have users be automatically redirected to a secure or https page when they type in the URL to get to the initial login page. The apache server is version 2.2.2. What file(s) should I modify to make this happen? Thanks