Trace: • redirect_to_https
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