Once you have a SSL certificate on your webserver, you need to configure WordPress to actually use it. Here’s how.

The code to add to .htaccess is:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
[siteorigin_widget class=”SiteOrigin_Widget_Button_Widget”][/siteorigin_widget]
[siteorigin_widget class=”SiteOrigin_Widget_Button_Widget”][/siteorigin_widget]
About the Author Charly Dwyer

Charly has more than 30 years experience in the IT industry ranging from hands-on technical, to high-level business management, Charly has installed and configured computing equipment and has managed business contracts in excess of $25 million dollars.

As a result, Charly identifies the best way to integrate solutions and technologies for the most cost effective way to achieve a businesses outcome.

Share your thoughts

Your email address will not be published. Required fields are marked

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}