Redirect my WordPress website to HTTPS for cPanel hosting
After your SSL certificate is installed on your cPanel (Linux) hosting account, there are some modifications you’ll need to make to your .htaccess file to automatically redirect your visitors to an HTTPS version of your website.
PS
Note: These instructions don’t apply to Managed WordPress accounts with an SSL certificate. The HTTPS redirect is automatically enabled after the SSL certificate install finishes on a Managed WordPress account.
1- Log into your WordPress Dashboard.
2- Hover over Settings on the left navigation panel, then click General.
3- Locate the following fields on the new page:
-WordPress Address (URL)
-Site Address (URL)
4- In each field, update your URLs to include https instead of http.
For example, https://coolexample.com would become https://coolexample.com.
5- Scroll down to the bottom of the page and click Save Changes.
6- Open your current .htaccess file in the /public_html/ folder with the cPanel file manager for editing.