Here’s your video! How to install a FREE Let’s Encrypt Security Certificate
Code you need for the wp-config.php:
define('FORCE_SSL_ADMIN', true);
Code you need for the .htaccess:
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
2 Plugins you can install if you’ve already got content on your WordPress website and you need to fix your entire media library and posts/pages with links throughout:
If these plugins don’t make your lock turn green, we suggest going the Chrome Developer Tools route and doing some detective work!