Move media from one folder to another - Media link...
# help-with-umbraco
s
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?
j
s
I don't think this solves the issue with alle the existing routes to the old folder location
I ended up just creating a simple SQL Script, that changed all the needed properties for me..
2 Views