How to fix the www to https for all pages

https://www.mountainparadiseairnbn.is-best.net/

After switching to https because the SSL certificate did not work with my site after your upgrade. I change the site on the database, but now I get this message

how I change all url to https only or I need to do something else?

you’ll need to remove the www. for the ssl to work. I’m not sure how this works with the google search console though

6 Likes

How I remove the www. for all pages?

It depends on your site.

If it’s WordPress you can change it in your WordPress settings.

If it’s a static site you can use a .htaccess rule to remove

3 Likes

Better yet, edit it so instead of redirecting people from the non-www version to the www version of your domain, redirect people from the www version to the non-www version. That should be better for preserving search engine rankings.

6 Likes

That’s what I meant to do :slightly_smiling_face:

2 Likes

Thanks, I will do that and see how it goes.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.