If you want to redirect all HTTPS traffic to HTTP then add the following to your .htaccess file:
|
1 2 3 |
RewriteCond %{SERVER_PORT} ^443$ [OR] RewriteCond %{HTTPS} =on RewriteRule ^(.*)$ http://%{SERVER_NAME}/$1 [R=301,L] |
If you want to redirect all HTTPS traffic to HTTP then add the following to your .htaccess file:
|
1 2 3 |
RewriteCond %{SERVER_PORT} ^443$ [OR] RewriteCond %{HTTPS} =on RewriteRule ^(.*)$ http://%{SERVER_NAME}/$1 [R=301,L] |
Talk with a senior engineer for practical recommendations—no obligation.
Reliable Penguin provides managed web hosting, systems administration, website and server migrations, and expert consulting.
Submit the form—or for immediate service call 866-649-7984.