Impossible to redirect https to http

Mr.Charles

Power Member
Joined
Apr 6, 2012
Messages
542
Reaction score
79
Hi guys,

I'm trying by all means, redirect all url that google has indexed me by https.
I do not understand how this could have happened, not if it was the fault of plesk.

This is what I tried:

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

Also I have tried through the directives of plesk for apache as seen in this screenshot:


Also I have modified the httpd.conf adding new rules, but neither.

Please know any solution to fix this.

Thanks
 
Back
Top