---
> From: John [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 06, 2006 10:52 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Many virtual hosts on 80 port and one on 443 (SSL)
> Hi all
> I have set up a web server with many virtua users on 80 and a virtual hos
ON
RewriteCond %{HTTP_HOST} !=sslservername
RewriteRule ^(.*)$ http://%{HTTP_HOST}$1 [R]
-ascs
-Original Message-
From: John [mailto:[EMAIL PROTECTED]
Sent: Monday, February 06, 2006 10:52 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Many virtual hosts on 80 port and one on 443
Hi all
I have set up a web server with many virtua users on 80 and a virtual
host on 443 port (SSL)
Then if a user type a domain of any virtual host (except SSL) using
the form https://virtualhost then it goes to the host on the 443.
Well, i want to prevent that from accessing SSL using any doma