Change the Media Folder (outside the root)

Hi,

I want to change my media folder path from outside the root. And i found a solution from many links as below:

  1. Change Config
  2. Move old media files to new path
  3. Rename the relative URL of all old media to the new URL (in DB or using the Media Service)

So I changed my config to

<add key="rootPath" value="C:\TempImages\media" />
<add key="rootUrl" value="~/media/" />

from

<add key="virtualRoot" value="~/media/" />

After that I moved my all files to

C:\TempImages\media

from

~/media/

Now I want to know where I found my Media Folder in database?

Anyone please help me to change the Media Folder.

Thanks in advanced.

Regards,

Vighnesh


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/84284-change-the-media-folder-outside-the-root