I got my certificate working from privatessl or something and my apache offers the site on port 80 and 443
I added this to my .htaccess file
RewriteEngine on
RewriteCond %{SERVER_PORT} !443$
RewriteRule ^(.*) https://domain.info(https://domain.info)
and now everything just shoots right over to SSL...
Is my site this secure now???