How to Redirect My Website From HTTP to HTTPS

Home » Help » Performance & Security » How to Redirect My Website From HTTP to HTTPS

Redirecting your website from HTTP to HTTPS is important, as it makes your site more secure, reliable, and safe for you, your site visitors, and all the data transmitted via your pages.

Depending on how your website is built, there are two main methods you can use to make the redirection setup:

  1. By using a .htaccess file that gives rules to the server and makes the redirecting from HTTP to HTTPS
  2. By using the settings on your CMS platform, should your website be based on one.

 

N.B: This is a quick guide on redirecting HTTP to HTTPS. If you wish to delve into details, then check out our comprehensive guide on the topic:

How do I Redirect HTTP Traffic to HTTPS

 

Redirect Your Website from HTTP to HTTPS with a .htaccess File

To redirect your website from HTTP to HTTPS with an .htaccess file, you should follow these steps:

  1. Get an SSL certificate. To be able to redirect to HTTPS, you need to get an SSL certificate for your domain name.
  2. Access your website’s File Manager section in the Hosting Control Panel
  3. Within the File Manager section, search for a file named “.htaccess”.
  4. If there is no such file within the website’s directory, create a new file and name it “.htaccess”.
  5. Open the .access file for editing.
  6. Choose one of the following rules to add to your website:Force “www.”: Redirect all HTTP traffic to HTTPS and the “www.” version of your domain:

    RewriteEngine On RewriteBase / RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://www.protected-site.com%{REQUEST_URI} [L,R=301]Force “non-www.”:

    Redirect all HTTP traffic to HTTPS and to the “non-www.” version of your domain name:

    RewriteEngine On RewriteBase / RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://protected-site.com%{REQUEST_URI} [L,R=301]

    Allow both “www.” and “non-www.” on your domain:

    RewriteEngine On RewriteBase / RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Copy the preferred code to the .htaccess file and save it.

 

Read also: What is an SSL Certificate and Why is it Important to Use One on Your Website

Redirect Your Website from HTTP to HTTPS with a CMS

You can quickly set up your CMS to redirect HTTP to HTTPS. The setup usually involves changing the settings within the given CMS.

 

WordPress

Log in to your WordPress admin dashboard.

Navigate to Settings > General.

Update the WordPress Address (URL) and Site Address (URL) fields to use HTTPS instead of HTTP. Save changes.

Update any hardcoded HTTP links within your content or theme files to HTTPS.

Install and activate a plugin like “Really Simple SSL” or “WP Force SSL” to automatically handle HTTPS redirection and update insecure content.

Verify redirection by accessing your site using HTTP and ensuring that it automatically redirects to HTTPS.

 

Drupal:

Log in to your Drupal admin dashboard.

Navigate to Configuration > System > Trusted Host Settings.

Add your HTTPS domain to the list of trusted hosts.

Install and enable the “Redirect” module if not already installed.

Configure the Redirect module to redirect all HTTP traffic to HTTPS.

Save configuration changes and verify redirection by accessing your site using HTTP.

 

Joomla:

Log in to your Joomla admin dashboard.

Navigate to System > Global Configuration.

Under the Server tab, locate the “Force HTTPS” setting and set it to “Entire Site.”

Save changes and verify redirection by accessing your site using HTTP.

 

Magento:

Log in to your Magento admin dashboard.

Navigate to Stores > Configuration > General > Web.

Update the Base URL settings for both Secure and Unsecure sections to use HTTPS.

Flush Magento cache and verify redirection by accessing your site using HTTP.

 

Other CMS Platforms

For other CMS platforms, check the official documentation or consult the community support forums for guidance on setting up HTTPS redirection. In some cases, you may need to edit configuration files or use plugins/extensions to achieve redirection.

Conclusion

By following these steps, you can set up your website to redirect HTTP traffic to HTTPS, therefore enhancing the security of your website.

Was this post helpful?

i

Relevant tags:

Connect

Latest posts:

How to Log in to Vtiger

Vtiger is a versatile platform that allows you to manage your business processes from a single place. It helps you organize customer data, optimize workflows, and improve team collaboration from a handy dashboard that is instantly available once you install the...

How to Install Vtiger

Vtiget is a handy open-source CMS that can help you manage various business processes, including tracking sales, marketing campaign results, customer service, and more. Installing Vtiger with AwardSpace is simple, quick, and free. You can start working on your online...

How to Manage Global Record Actions in SuiteCRM

SuiteCRM is a handy and versatile CMS that allows you to manage customer relationships, leads, and business processes within a single platform. One of the many useful SuiteCRM features is the Global Record Actions - a tool that lets you take quick actions across...

How to make Bulk Actions in SuiteCRM

By using bulk actions in SuiteCRM, you can save time, effort, and deal faster with repetitive tasks. Whether you wish to update several plugins, assign records, or mass delete modules, bulk actions make everything faster and easier. In this article, we share how to...

How to Use Filters in SuiteCRM

Filters in SuiteCRM are a handy feature that helps you quickly organize your website data and easily find, sort, and analyze specific records across your modules. You can use filters to quickly find leads, organize your workflow, and access a specific class of data in...



Create a website for free!


Free forever

Our Support Team is Here to Help

 

If you need any questions answered, don't hesitate and contact us. Click the button below and follow the instructions. You can expect an answer within an hour.

 

Contact AwardSpace

 

iNewest knowledge base articles

How to Log in to Vtiger

Vtiger is a versatile platform that allows you to manage your business processes from a single place. It helps you organize customer data, optimize workflows, and improve team collaboration from a handy dashboard that is instantly available once you install the...

How to Install Vtiger

Vtiget is a handy open-source CMS that can help you manage various business processes, including tracking sales, marketing campaign results, customer service, and more. Installing Vtiger with AwardSpace is simple, quick, and free. You can start working on your online...

How to Manage Global Record Actions in SuiteCRM

SuiteCRM is a handy and versatile CMS that allows you to manage customer relationships, leads, and business processes within a single platform. One of the many useful SuiteCRM features is the Global Record Actions - a tool that lets you take quick actions across...

How to make Bulk Actions in SuiteCRM

By using bulk actions in SuiteCRM, you can save time, effort, and deal faster with repetitive tasks. Whether you wish to update several plugins, assign records, or mass delete modules, bulk actions make everything faster and easier. In this article, we share how to...

How to Use Filters in SuiteCRM

Filters in SuiteCRM are a handy feature that helps you quickly organize your website data and easily find, sort, and analyze specific records across your modules. You can use filters to quickly find leads, organize your workflow, and access a specific class of data in...

How to Customize Menus in SuiteCRM

SuiteCRM grants you the option to customise your website menus and control what modules appear in them, how they are grouped and in what categories. This customisation can help you improve user workflow and reduce clutter, especially if you are working on a large...

Even more web tutorials

Check out our web hosting knowledge base and the WordPress tutorials to learn more, and be better prepared for your website creation and maintenance journey.