This step-by-step tutorial will walk you through exactly What is the Process for Enabling Force HTTPS Redirect in cPanel, so your visitors are always directed to the secure, encrypted version of your site. Enforcing HTTPS not only protects user data but also improves SEO rankings, builds trust, and ensures browser compatibility.

In today’s web environment, security is not optional—it’s a necessity. One of the simplest yet most powerful security practices is ensuring your website loads over HTTPS instead of the unsecured HTTP protocol. If your website is still accessible via http://, it’s time to secure it by knowing What is the Process for Enabling Force HTTPS Redirect in cPanel.

👉 Related Guide: How to Access Webmail Through cPanel

Why HTTPS Matters for Your Website

HTTPS (HyperText Transfer Protocol Secure) encrypts the communication between a user’s browser and your server. This is vital for:

  • Securing form submissions and payment data
  • Improving search engine rankings (Google favors HTTPS)
  • Preventing browser warnings like “Not Secure”
  • Building trust with your visitors

Without HTTPS enforced, even sites with SSL certificates may still load via HTTP if not redirected correctly.

What is the Process for Enabling Force HTTPS Redirect in cPanel?

Let’s walk through the simple steps required to force HTTPS on your website using the cPanel interface.

1. Log into Your cPanel

  • Go to your cPanel login page, usually yourdomain.com/cpanel
  • Enter your username and password to access the dashboard

2. Locate the “Domains” Section

  • In the main cPanel interface, scroll to the DOMAINS section
  • Click on the Domains icon to access domain-level settings
Locate the Domains Section

3. Enable Force HTTPS Redirect

  • You will see a list of your domains
  • Locate the domain you want to secure
  • On the right-hand side, toggle the switch under Force HTTPS Redirect to “On”
Enable Force HTTPS Redirect

Once activated, any HTTP request will automatically redirect to the HTTPS version of your site.

4. Verify the Redirection

  • Open your browser and type your domain with http://
  • You should be automatically redirected to https://yourdomain.com

Alternative Method (Optional): Use .htaccess

If you prefer or need to do it manually, you can also force HTTPS using .htaccess:

apacheCopyEditRewriteEngine On  
RewriteCond %{HTTPS} off  
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Best Practices After Enabling HTTPS

  • Check for mixed content (HTTP resources on HTTPS pages)
  • Update all internal and external links to use https://
  • Redirect all canonical URLs in your CMS (e.g., WordPress)
  • Update Google Search Console to reflect HTTPS version

Final Thoughts

Now that you know what is the process for enabling Force HTTPS Redirect in cPanel, take action today and make your site more secure, user-friendly, and Google-ready. This small change can have a big impact on your site’s credibility and SEO.

If you’re hosting with HostraGo, you can enable Force HTTPS Redirect in just a few clicks using your cPanel dashboard.

Categorized in:

cPanel,