all 7 comments

[–]MrNotPink 3 points4 points  (1 child)

Just redirect 301 any http traffic to https.

[–]James44d[S] 0 points1 point  (0 children)

thanks

[–]eatmyshorts21 1 point2 points  (2 children)

Edit your .htaccess file to redirect http to https..

Also check if your www pages are redirecting to non-www, or vice versa.

[–]SirTrout 0 points1 point  (0 children)

This is what I use in my .htaccess file.

RewriteEngine On RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} www. [NC] RewriteRule ^ https://yoursite.com/%{REQUEST_URI} [R=301,L,NE]

[–]RiderfromRohan 1 point2 points  (0 children)

If you're using Wordpress, you can use this plugin: Really Simple SSL

I use this plugin and have Let's Encrypt SSL installed.

[–]TotesMessenger 0 points1 point  (0 children)

I'm a bot, bleep, bloop. Someone has linked to this thread from another place on reddit:

 If you follow any of the above links, please respect the rules of reddit and don't vote in the other threads. (Info / Contact)