WordPress can easily be configured to use SSL and you don't need a plugin to do it.

Table of Contents:

What is SSL - 0:27:26
Why a plugin isn't recommended - 1:55:52
Enabling SSL - 3:30:50
Enabling SSL on ISPConfig - 05:07:15
Enabling SSL on WordPress - 06:30:20
Permanently Redirecting HTTP to HTTPS using ISPConfig - 08:50:16
Permanently Redirecting HTTP to HTTPS using .htaccess - 09:46:13
Recap - 14:33:14

.htaccess code snippet:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
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"}