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]
0 comments