I am trying to change all images links from http to https, is it possible doing that on a batch query working on the whole database? How?

Moreover my provider made a mess adding an “s” to https getting useless and wrong “httpss” !
So I must revert them from httpss to https.

Please help, many thanks.

4 Answers
4

I should think that you can use phpAdmin Find and Replace where you find “http://www.example.com” and replace with “https://www.example.com”. This should handle all internal linking (if blog, then internal linking as well as images, etc.). It would not cover relative addressing like “//www.example.com”. In the case of WordPress, this would be done on the wp_posts table, post_content column.

Leave a Reply

Your email address will not be published. Required fields are marked *