Ok, all the places that you got rid of the http:// and made it
https://, now get rid of the www.
Also, instead of using https:// you should use just //
so something like
https://www.curiousgirls.net/.... should instead be //curiousgirls.net
In addition, you will want to change out all the http:// in the menus and content the same way.
Ones like this:
Code:
Maybe you are looking for a <a href="http://www.curiousgirls.net/tag/18/">cute 18 year old girl</a>, <a href="http://www.curiousgirls.net/tag/milf/">a horny milf</a> or a <a href="http://www.curiousgirls.net/tag/mature/">mature lady or granny</a><pr>.
Would become this:
Code:
Maybe you are looking for a <a href="//curiousgirls.net/tag/18/">cute 18 year old girl</a>, <a href="//curiousgirls.net/tag/milf/">a horny milf</a> or a <a href="//curiousgirls.net/tag/mature/">mature lady or granny</a><pr>.
Then it should work, like this:
https://madspiders.com/curious/curious.htm
.