From http –> https
-
Hi all,
I have a few wordpress sites running, good ole http: installations. I recently read that Google doesn’t like http much, and that it will give you a lower ranking if you aren’t https://So.. I want HTTPS
I already found my host provides the SSL certificate, so that bit should be covered.
Next step, is to make changes to my WP installation. I’ve found this guide: https://make.www.ads-software.com/support/user-manual/web-publishing/https-for-wordpress/
It contains a load of techno-babble I don’t really get, but if I read closely, and think deeply, what I read from this guide is that I must go to the wp-admin and in general settings just edit the URL to include https.
Really? That’s it? No more?
What happens when I do this (in normal people speak)? Does it, in any way, affect my existing content and links?A bit further, there’s this bit:
Tweaking HTTPS for WordPress #Tweaking HTTPS for WordPress
HTTPS increases security with the cost of Server’s computing power. There is absolutely no need to serve a HTTPS webpage, when there is no question of any privacy. For example this webpage. Moreover it takes more time to get a HTTPS webpage rendered on Browser when compared to a HTTP webpage. This is due to the required negotiation time of the server to authenticate the GET request. You can use WP Super Cache for caching, any CDN which has valid SSL certificate (otherwise there will be mixed content error on HTTPS), HyperDB for a scalable Database to optimize the page speed.
As there is no need to serve the whole website with both HTTPS URLs and HTTP URLs, you have to redirect with .htaccess rules to 301 redirect HTTPS to HTTP or vice versa.
Seems to mean that https is slower than Http. I already got Supercache, but…what is CDN? And if it isn’t really necessary to https the thing, why is google penalizing sites?
- The topic ‘From http –> https’ is closed to new replies.