We do support Round the Clock 24 x 7 x 365 (+91) 883 012 3924
 

Redirect website from https to http using .htaccess

Redirect website from https to http using .htaccess

You have to locate the .htaccess file for your website you want to apply the redirect to.  

For primary website, it will be located in the public_html folder.

Open .htaccess file using any editor and at the top of the file, copy and paste the following code:

RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

# Save .htaccess file.

Now your website will redirect from https:// they will be redirected to http://

Please do contact us at [email protected] if you require any further assistance.

Leave a Reply

Your email address will not be published. Required fields are marked *