#How about a simple .htaccess file in the webroot? #Force SSL for example.hwarf.com RewriteEngine On RewriteBase / RewriteCond %{HTTPS} !=on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
Hopefully some sites will pay attention to this. I'm not mentioning any URLs.