I have followed several answers to redirect a wordpress site to https.
I didn't do it through an .htaccess, since it caused a ERR_TOO_MANY_REDIRECTS
error. This answer didn't work.
The only way I've made this work so far is just by changing the two URLs of my domain from the wordpress control panel.
What I have noticed is that, from Google results in one example, the link does not redirect to the https article, but still to http and nothing is shown.
For example, in Google, type: sivacore patrotsky
, the second result takes to the following link http://blog.patrotsky.com/?portfolio=importacion-de-datos and no content is shown. It does not redirect to this https link: https://blog.patrotsky.com/?portfolio=importacion-de-datos where my content is shown.
How do I fix this?
However, if you only type in your browser's url bar: blog.patrotsky.com
, it does redirect to https://blog.patrotsky.com
as expected.