
Learn
– Why SSL Certificate is Important
– Which Type of Websites Need a Certificate
– From Where to Buy SSL Certificate
[sociallocker]
Watch it on YouTube
Install SSL Certificate on WordPress [Update]
Watch it on Vimeo
SSL Certificate Update by Big G(Google)
CloudFlare.com - Buy PRO Package - 1 website $20/month, 1 more site $5 Per Month - Per Month Cost: $25 - Change Full SSL into Flexible - HTTP/2 + SPDY Functionality - Install plugin @ wp-admin for Proper https configuration - Download: https://wordpress.org/plugins/wordpress-https/ - Setting Screenshot: http://iamfaizan.com/wp-content/uploads/2016/02/https-screenshot.png If your website is configured with www so you need to update .htaccess Update this code right after RewriteEngine on RewriteCond %{HTTP_HOST} ^buildanempire.org [NC,OR] RewriteCond %{HTTP_HOST} ^www.buildanempire.org [NC] RewriteRule ^(.*)$ https://www.buildanempire.org/$1 [L,R=301,NC]
[/sociallocker]