Using ip based hosts, create a vhost for port 443 and 80. On the one for 80, put a rewrite command to rewrite the protocol and host to https. Example: RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^/(.*)$ https://%{SERVER_NAME}/$1 [R,L] Charlie ;) 4/4/05 >>> sterickson@xxxxxxxxx 4/4/2005 9:40:14 AM >>> We have a site, defined in the main section of httpd.conf (not as a virtual host). We got, and installed, an ssl certificate, and created an ssl virtual host container that points to the same place as the main site. I've been able to access the site via http or https. Now, I need to change this so that the site can only be accessed via https. I tried putting this in httpd.conf: Redirect permanent / https://fqdn.of_our_site.net/ but this doesn't work. When I try to go to https://fqdn.of_our_site.net/jsp/login.jsp, the ssl access log shows that it's loading /jsp/login.jsp over and over and over ... How do I do this correctly? -- -ste --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx ------------------------------------------------------------------------------ This message may contain confidential information, and is intended only for the use of the individual(s) to whom it is addressed. ------------------------------------------------------------------------------ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx