In order to auto redirect from http to https (SSL) add the following lines to your .htaccess file:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Keywords

certificate
secure socket layer

QR Code
QR Code tech:apache:redirect_to_https (generated for current page)