If you’re looking for innovation, results and a team of web, programming and multimedia experts for your business, feel free to contact us!
+91 836 953 8186

5, 1st Floor, City Centre, Opp. Gossner College, Club Road, Ranchi, Jharkhand - 834001

Follow us on Social media

+91 8369538186

|

Mon – Sat 10:00 am – 08:00 pm

Follow us
Top

Redirect my WordPress website to HTTPS in cPanel hosting

Redirect my WordPress website to HTTPS in cPanel hosting

How Can We Help?
< Back
You are here:
Print

If you have a secure certificate (SSL) on your WordPress website, you can automatically redirect visitors to the secured (HTTPS) version of your website to make sure their information is protected.

  1. Log in to your WordPress admin panel.
  2. Click Settings and then General.
  3. Change your WordPress URL and Site URL from http://coolexample.com to https://coolexample.com and click Save Changes.
  4. Create a .htaccess file in your webroot or public_html folder.
  5. Insert the code listed below into your .htaccess file and save the file.
# BEGIN GD-SSL
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_USER_AGENT} ^(.+)$
RewriteCond %{SERVER_NAME} ^coolexample\.com$ [OR]
RewriteCond %{SERVER_NAME} ^www\.coolexample\.com$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Header add Strict-Transport-Security “max-age=300”
</IfModule>
# END GD-SSL
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Table of Contents
Share
Quick Enquiry
close slider

    \