Hi again.
Now I need to upate about 140 faulty image links.
There are two things that needed to be fixed;
- The images are stored external and someone forgot (in 10% of the cases) to add the URL domain before the image path.
- So the faulty link is e.g. like: <img src=”/image/catalog/data/stars/star-3-5.png“>)
- but needs to be like: “https://www.gelasta.nl/image/catalog/data/stars/star-3-5.png”
- This is not easy to isolate and fix, because there are a lot more on the /image/catalog/… and some are correct (with domain).
Another thing I wanted to check and fix certain domains to have the “S” for the secure domains.
E.g. look for all instances that begin with: “http://www.gelasta.nl” and change that to “https://www.gelasta.nl”
Is that something that can be done?
OnPoint Plugins
Hi Almar,
The PRO version of this plugin is smart enough to detect when the Old URL is part of the New URL and handle the updates appropriately. To update the image Urls you may enter the following settings:
To update the “http” to “https” you may enter the following settings:
Have a great day!