Jump to content

Help Required Redirect HTTPS to HTTP to solve the SSL issue


Recommended Posts

Evening all,

I am trying to resolve an SSL issue  I have after I migrate to new server  removing the certificate , all my website on google search now is index as Https and when I visit the page I get :  ERR_SSL_PROTOCOL_ERROR  .

 

I tried to redirect HTTPS to HTTP adding  on .htaccess   file  the following Rule  but seems not working :
 

RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] 
Any suggestion to  solve this problem ?
 

Thank you.
 

Edited by stefanoste (see edit history)
Link to comment
Share on other sites

  • 1 year later...
  • 10 months later...
×
×
  • Create New...