How to Redirect HTTP to HTTPS on WordPress using .htaccess

Ensuring that your WordPress website uses HTTPS instead of HTTP is a crucial step for security and SEO. In this post, we'll guide you through the process of redirecting all HTTP traffic to HTTPS on your WordPress website by modifying the .htaccess file on your WordPress site. This method is both efficient and straightforward, especially when you have an SSL certificate already installed on your hosting server.

You can find the ".htaccess" file in the root directory of your WordPress installation (the same place as wp-config.php).

1. First make a backup of your .htaccess file in case something goes wrong.

2. Now Access it via an FTP client or your hosting file manager.

3. Add the following code at the top of your .htaccess file:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>

4. Save your changes and visit your website using http://. It should automatically redirect to https://. Ensure all pages load correctly.

By adding the above code to your .htaccess file, you can now rest assured that both your users' data and your site's search engine performance are protected. If you run into any issues, remember to check for SSL certificate installation or mixed content problems to fully complete your site's migration to HTTPS.

Our WordPress Themes

Below are some of our premium WordPress themes. View all our free and premium WordPress themes →
GridNext PRO WordPress Theme

GridNext PRO

If you have used GridNext Free WordPress Theme, then you will love the premium version. GridNext PRO version has color...

$25.00
GridFeel PRO WordPress Theme

GridFeel PRO

$25.00
BlogWP PRO WordPress Theme

BlogWP PRO

If you like BlogWP free WordPress Theme, you will love the premium version. BlogWP PRO is easy to use, feature-rich,...

$25.00
FineWP PRO WordPress Theme

FineWP PRO

If you like free version of FineWP WordPress Theme, you will love the premium version. FineWP PRO is an improved...

$25.00
HotWP PRO WordPress Theme

HotWP PRO

If you like HotWP free WordPress Theme, you will love the HotWP premium version. HotWP PRO is easy to use,...

$25.00
Clean Grid PRO WordPress Theme

Clean Grid PRO

If you like Clean Grid free WordPress Theme, you will love the premium version. Clean Grid PRO is an elegant,...

$25.00
WP Masonry PRO WordPress Theme

WP Masonry PRO

If you like WP Masonry free WordPress Theme, you will love the premium version. WP Masonry PRO is an improved...

$25.00
MagShow PRO WordPress Theme

MagShow PRO

MagShow PRO is the premium version of MagShow free WordPress Theme with more advanced features. MagShow PRO version has 160+...

$25.00

Can't you choose a single theme? Purchase All Themes for $75.

Save money with our low, one-time price for access to all of our 55 WordPress themes.