Re: [EMAIL PROTECTED] Redirect of http to https going into an infinite loop

2007-06-18 Thread Joshua Slive
On 6/18/07, Ken Robinson <[EMAIL PROTECTED]> wrote: On 6/18/07, Brett Neumeier <[EMAIL PROTECTED]> wrote: > On Mon, 2007-06-18 at 17:16 +0100, Tony Stevenson wrote: > > On Mon, June 18, 2007 4:49 pm, Ken Robinson wrote: > > > I'm trying to help my boss solve his rewrite problem. He's trying the >

Re: [EMAIL PROTECTED] Redirect of http to https going into an infinite loop

2007-06-18 Thread Ken Robinson
On 6/18/07, Brett Neumeier <[EMAIL PROTECTED]> wrote: On Mon, 2007-06-18 at 17:16 +0100, Tony Stevenson wrote: > On Mon, June 18, 2007 4:49 pm, Ken Robinson wrote: > > I'm trying to help my boss solve his rewrite problem. He's trying the > > following code in the config file, but the results are

Re: [EMAIL PROTECTED] Redirect of http to https going into an infinite loop

2007-06-18 Thread Brett Neumeier
On Mon, 2007-06-18 at 17:16 +0100, Tony Stevenson wrote: > On Mon, June 18, 2007 4:49 pm, Ken Robinson wrote: > > I'm trying to help my boss solve his rewrite problem. He's trying the > > following code in the config file, but the results are an infinite loop of > > rewrites: Is there any reason

Re: [EMAIL PROTECTED] Redirect of http to https going into an infinite loop

2007-06-18 Thread Tony Stevenson
On Mon, June 18, 2007 4:49 pm, Ken Robinson wrote: > I'm trying to help my boss solve his rewrite problem. He's trying the > following code in the config file, but the results are an infinite loop of > rewrites: > > > > ServerName virtual1 > Port 80 > ServerAdmin [EMAIL PROTECTED] > Options +Follo

[EMAIL PROTECTED] Redirect of http to https going into an infinite loop

2007-06-18 Thread Ken Robinson
I'm trying to help my boss solve his rewrite problem. He's trying the following code in the config file, but the results are an infinite loop of rewrites: ServerName virtual1 Port 80 ServerAdmin [EMAIL PROTECTED] Options +FollowSymLinks RewriteEngine On RewriteCond %{SERVER_POR