Categories: ErrorSEO

How to redirect http to https in .htaccess?

Hello guys, you and me, both are well aware about this post. You have reached here by searching, how to redirect http to https using htaccess file in the search engine search bar, so that your website does work fine and show the secure connection on the web browser like below image wizard.

And I would try to give my 100% to solve this error ( redirect http to https) easily and step by step, so that you never regret that may left this post hardly with sadness.

Follow the steps for redirect http to https in htaccess file

  1. First of all you need to login your cpanel with hosting access credential (hosting login detail). Once you have loged in your hosting cpanel, then you will see this wizard under public_html.

2. In the second step, you need to right click on the fine and click twice on the upcoming edit button. You may refer images which are given in the image gallery beow.

After doing this you will reached on the edit page where, you have to edit the redirection code (http to https)

Redirect http to https code (redirect code no. 1)

RewriteEngine On 
RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

Guys, you can use this code to redirect http to https, but there is some information, which you need to mind at the time of implementation of the final step.

In the given above code you need to replace example.com with your domain name, which is recommended

Final Example of redirect http to https

RewriteEngine On 
RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://www.atespost.com/$1 [R,L]

3. After completed the editing process in the .htaccess file for redirect http to https, then you need to click on the save button as mentioned in the above image wizard.

Redirect http to https code (redirect code no. 2)

RewriteEngine On 
RewriteCond %{HTTP_HOST} ^example\.com [NC]
RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

Note: In this htaccess redirection code, you need to replace example.com to your won domain. It could be .in, .net, .org and many more as you know very well.

Recommended For Easy to Help by Video

admin

Recent Posts

Ye daya nahi, sandesh hai,Bharat mera desh hai.

Hindi Version Writer - Chandresh Kumar ये दया नहीं, संदेश है,भारत मेरा देश है।बिन शिक्षा…

3 weeks ago

AI-Powered Insights in Accounting Software | Next-Gen Financial Reporting

AI-Powered Insights in Modern Accounting Software: Transforming Financial Reporting and Decision-Making ATES POST: The accounting…

1 month ago

How to create Product Promo Video?

Hi friends, how are you? Hope you are doing well, today I will tell you…

1 month ago

How to Create Viral Sky Fall AI Videos?

How to Create Viral Sky Fall AI Videos with Cinematic Falling Effects | Complete AI…

1 month ago

Excel to CSV Conversion Guide for Clean Data Export

In today's world of data management, well-organized accurate and exact formats are essential to facilitate…

1 month ago

100+ Web 2.0 Submission Sites Free With High DA and PA

Domain DA PA Spam blogger.com1001000 sites.google.com97850 crunchbase.com91680 wordpress.com941001 wix.com93881 ucoz.com90681 theknot.com88721 strikingly.com87751 notion.so84721 cabanova.com82601 edublogs.org81831…

2 months ago