http to https SSL Forwarding
To redirect http links to https, you can use the following code by adding it to .htaccess;
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Thank you for your feedback.
Sorry about that :( We'll work to make it better.
You voted before.
(67 times viewed / 6 people found it helpful)