Ok.. Im a bit stuck.. as Im not sure where or what Im doing wrong.
My site is having a serious update but some of the original image paths for articles reflect this:
http://ww.short-media.com/images/
and Im building a migration script that would turn that into
./images/
I tried using str_replace() but that didn't do anything 😕
Does anyone have a suggestion? 🙂