Once you have a SSL certificate on your webserver, you need to configure WordPress to actually use it. Here’s how. https://youtu.be/FkIrEnPRcFc 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>
Create And Install A SSL Certificate on CPanel [Video]
SSL is now imperative when running a website. To use SSL, you need a SSL Certificate on your webserver. Some webservers will provide free SSL certificates, some will only let you use certificates they provide, some will let you purchase your own but install it for you. This video shows how to created a Let’s […]
Protecting Your Website Against Hackers
Let’s face it. When you have a website, there are those out there who will try to hack it. Why? Sometimes the purpose is malicious and sometimes, the purpose is ‘just because they can’. Whatever the reason, the outcome is always annoying and often detrimental to your business. One of the most ‘hacks’ we see are […]