PDA

View Full Version : Redirect HTTPS to HTTP



Fli
10-09-2019, 09:20 AM
This .htaccess rule appears to be working to redirect HTTPS to HTTP:


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

rossgross
03-31-2023, 05:44 AM
Steps to Change Your Site from HTTPS to HTTP on Non-WP Hosting
Log in to the ACC.
Click Domains in the left sidebar.
Click Manage Your Domain Names in the drop-down.
Click the name of the domain that you want to change to HTTP.
Find the Change Non-SSL Site Display Option button and click it.

Regards,
Rachel Gomez