Re: [EMAIL PROTECTED] Redirect HTTPS page to HTTPS page

2007-05-23 Thread Nathaniel Hall
Joshua Slive wrote: On 5/23/07, Nathaniel Hall <[EMAIL PROTECTED]> wrote: RewriteEngine On RewriteCond %{HTTP_HOST}!^auth\.server\.com$ RewriteRule (.*) https://auth.server.com/index.php [R=301,L] You're always going to get the cert error here, because ssl negotiation (including certi

Re: [EMAIL PROTECTED] Redirect HTTPS page to HTTPS page

2007-05-23 Thread Joshua Slive
On 5/23/07, Nathaniel Hall <[EMAIL PROTECTED]> wrote: RewriteEngine On RewriteCond %{HTTP_HOST}!^auth\.server\.com$ RewriteRule (.*) https://auth.server.com/index.php [R=301,L] You're always going to get the cert error here, because ssl negotiation (including certificate verification)

[EMAIL PROTECTED] Redirect HTTPS page to HTTPS page

2007-05-23 Thread Nathaniel Hall
I have created a login page for a network of mine and am needing some Rewrite help. Let me describe what is going on. When you first connect to the network and visit an HTTP page, my rewrite rules redirect the user to https://dns-name-of-server/index.php. When you first connect to the network