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