HTTPS (from wordpress.com) to HTTP (now on www.remarpro.com)
-
Hi there!
I made my blog migration from wordpress.com to www.remarpro.com
The URL was https://viajeydescubra.com and now is https://viajeydescubra.comI changed DNS on my domain and now I’m getting an error when clicking on HTTPS:// (the one that is index on google, for example).
How can I redirect all my web from https to http?
I modify the .htaccess with this code but it’s not working:RewriteCond %{SERVER_PORT} ^443$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]Can be the hosting introducing something that is disturbing? They want to sellme their SSL but I don’t need this! I want to be on HTTP, just not losing SEO and visits… all my blog is index under HTTPS ??
THANKS!
- The topic ‘HTTPS (from wordpress.com) to HTTP (now on www.remarpro.com)’ is closed to new replies.