To force visitors to use HTTPS to access your site via your SSL certificate is to add the following to the top of a .htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]