Originally posted by graphicz
View Post
SSL is enabled free on my server by CPanel AutoSSL ( I presume that's OK)
So I tick the SSL box in Business Settings and publish the site.
and its good to go?
I add this to the htaccess file
Code:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Comment