Re: [EMAIL PROTECTED] Newbie ReWrite Question

2006-04-06 Thread Mike McMullen
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> On 4/5/06, Mike McMullen <[EMAIL PROTECTED]> wrote: The new server I am putting in has multiple network cards in it. I would like to if necessary force the incoming connection to use SSL but stay on the same network path t

Re: [EMAIL PROTECTED] Newbie ReWrite Question

2006-04-06 Thread Joshua Slive
On 4/5/06, Mike McMullen <[EMAIL PROTECTED]> wrote: > > Hi All, > > Let me start off by stating I are ignernt of rewriting rules. In our .htaccess > files on our server I have the following magic that forces connections for > user-based directories to an SSL connection: > > RewriteEngine on > >

[EMAIL PROTECTED] Newbie ReWrite Question

2006-04-05 Thread Mike McMullen
Hi All, Let me start off by stating I are ignernt of rewriting rules. In our .htaccess files on our server I have the following magic that forces connections for user-based directories to an SSL connection: RewriteEngine on RewriteCond %{SERVER_PORT} ^80$ RewriteCond %{PATH_INFO} ^$ Rewrit