Enable HTTPS for Wordpress Websites
This article assumes you already have a valid SSL Certificate installed. If you do not have an SSL Certificate, please purchase one here: https://core.evolvewebhost.com/store/sectigo
For 99% of Wordpress websites, the Sectigo Essential SSL certificate is the best choice.
There are 2 ways to update your Wordpress website to load using HTTPS:
- via the Wordpress admin area
- via the database using phpMyAdmin
Using the WP (Wordpress) Admin area is the safest and easiest way to enable HTTPS
Login to your Wordpress admin area
Navigate to Settings > General
Under General, find the Wordpress Address (URL) field
In the Wordpress Address (URL) field, modify it so that it says
https://yourdomain.com
orhttps://www.yourdomain.com
and save. Replaceyourdomain.com
with your actual domain name.
Login to cPanel
Locate the icon for phpMyAdmin (found in the Databases section) and click it (phpMyAdmin opens in a new tab)
From the menu on the left, locate your Wordpress database and click to open it
Locate the wp_options table and click to open it
Under the option_name heading, locate siteurl and click edit
Edit your URL to
https://yourdomain.com
orhttps://www.yourdomain.com
and click save. Replace ‘yourdomain.com’ with your actual domain name.Under the option_name heading of the wp_options table, locate home and then click edit
In the option_value text field, update the URL using
https://yourdomain.com
orhttps://www.yourdomain.com
and click save. Replaceyourdomain.com
with your actual domain name.