On Apr 4, 2005 11:59 AM, Charlie Smith <SmithCW@xxxxxxxxxxxxx> wrote: > 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? Ok, thanks. :) How does this differ from creating the virtual host for port 80, which I have done, and putting my redirect line in it, which seems to work ... ? --------------------------------------------------------------------- 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