Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Vighnesh 4 posts 74 karma points
    Mar 01, 2017 @ 05:17
    Vighnesh
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft