Our hosting experts can help you find the perfect plan for your specific needs.
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]
5 0
Thank you for voting on this article!