Forum Moderators: Robert Charlton & goodroi
So when you find this site in Google SERP listed as HTTPS and you click on it using a web browser, what happens?
I think cPanel recently applied free HTTPS for all sites according to my webhost
you need to add a hostname canonicalization redirect to your server configuration or to your application script....
RewriteCond {HTTP_HOST} !^(www\.example\.com)?$ [OR]
RewriteCond %{HTTPS} !on
RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301] I think cPanel recently applied free HTTPS for all sites according to my webhost (they replied...
cPanel is self-signing SSL certs, whether you want it or not....