Hi folks,
Per request from our customer, we have moved all media files from wwwroot/media to wwwroot/umbraco/media. The files works fine and can be fethced 😄
The problem occures in the backoffice where the links from media to the folder are still pointing at the old folder and not the new.
What is the best and most secure way to update all those links? I thought about just using the database, but the data can be stored different places, so i was just looking for a more easier way.
We are currently on Umbraco 13, with no custom code so far.
Any ideas?