stefanoste Posted February 12, 2015 Share Posted February 12, 2015 (edited) 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 February 12, 2015 by stefanoste (see edit history) Link to comment Share on other sites More sharing options...
cimedia Posted April 7, 2016 Share Posted April 7, 2016 Did you find the solution ? Link to comment Share on other sites More sharing options...
Xwioch Posted February 19, 2017 Share Posted February 19, 2017 Hi, I'm having today the same problem, I tryed your same code but still not working. Can someone help me please? Link to comment Share on other sites More sharing options...
Recommended Posts