- 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
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
>
>
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