HTTPS (from wordpress.com) to HTTP (now on wordpress.org)
-
Hi there!
I made my blog migration from wordpress.com to wordpress.org
The URL was https://viajeydescubra.com and now is http://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 .* http://%{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 wordpress.org)’ is closed to new replies.