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

[EMAIL PROTECTED] Redirect HTTPS page to HTTPS page

2007-05-23 Thread Nathaniel Hall
also tried: RewriteEngine On RewriteCond %{SERVER_PORT} ^443$ RewriteCond %{HTTP_HOST}!^auth\.server\.com$ RewriteRule (.*) https://auth.server.com/index.php [R=301,L] -- Nathaniel Hall, GSEC GCFW GCIA GCIH GCFA Spider Security