[Nice trick] Instructions on how to convert https to http protocol for simple websites – Perhaps this is a very few tutorial articles on the net because I have also searched a lot but there is no really complete article. Tune to guide you how to convert https to http protocol for the website? Because few people after upgrading to https protocol want to downgrade to http protocol, but in some cases you need to downgrade to http protocol from https protocol, what to do?
In the previous article about Web tricks, I showed you how to reduce the bounce rate to less than 10% in WordPress so that you can quickly reduce the bounce rate of your Web site when it is too high continue in the article. In this tutorial, I will show you how to convert https to http protocol for the simplest wordpress website.
Convert https to http protocol for simple website
Do not think that just removing the SSL certificate can be downgraded because if you downgrade like that, it will cause security errors when users visit the website from search engines. If you do not follow the right steps and procedures, your website will lose its top as well as daily traffic, so how to switch https to http protocol without losing the inherent traffic as well as keywords in the website? WordPress, let’s blog tips to learn how to convert https to http protocol for a simple website.
Need attention
The first thing you should read carefully is the basics when you want to downgrade from https to http protocol .
Next, after understanding the content of the above article, please proceed to change the Web site address by reading the article how to change the old link into a new link on wordpress.
After completing the above two articles, go to Settings (Settings) > General (General) and proceed to change the Web site address to http .

After changing to http protocol now consider the database as well as the links have changed to http protocol, finally you need to redirect the link from https to http by copying the following code and pasting to the .htaccess file of the folder containing the Web is okay!
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Save the settings and check the search engine results?
To redirect from https to http for the site you need
The SSL certificate on your Web site must be active, you must not delete or take any action that affects https access.
Change the links in the database and on the website to the http protocol
Redirect the entire https protocol to http by adding code to the .htaccess file
Go to google’s Webmaster tool to re-declare the http link address and perform the necessary work such as adding a Web site map…
After doing this, wait for Google to update all new links, the optimal time for google to update all links is about 6 months.
After you feel the links have been updated again, then you should consider removing the https protocol
Those are my experiences learned in the process of using and learning, I hope you can add comments to make the article more complete.
Finally, if you find the article useful, please subscribe to my blog regularly to update the latest articles via Email – Thank you!

