Manage your hosting services with ease.
To set automatic url redirection from http://domain.com to https://www.domain.com
Put this content in .htaccess
RewriteEngine on
# force ssl
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]