Force SSL connection for all pages.
You may need to edit the below code in your .htaccess file:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://yourdomainname.com/$1 [R=301,L]
Note: If you are a windows user you may proceed to let our support knows on the rules on which your side wish to redirect the website as windows base hosting do have a different type of rules to be implemented from the back end.
Article ID: 3707, Created: April 30, 2014 at 11:53 AM, Modified: May 20, 2014 at 8:22 PM