Copied to clipboard

Flag this post as spam?

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


  • yumin 51 posts 243 karma points
    Jan 15, 2014 @ 11:44
    yumin
    0

    how to change the path of media folder

    my umbraco ver is 7.0.2

    The following is the standard setup:

    <Provider alias="media" type="Umbraco.Core.IO.PhysicalFileSystem, Umbraco.Core">
        <Parameters>
            <add key="virtualRoot" value="~/media/" />
        </Parameters>
    </Provider>
    

    I would like to be able to do something like this to point the media library to a different location:

    <Provider alias="media" type="Umbraco.Core.IO.PhysicalFileSystem, Umbraco.Core">
        <Parameters>
            <add key="virtualRoot" value="D:\Umbraco\media\" />
        </Parameters>
    </Provider>
    

    I tried it but invalid, is there something wrong?

    Thanks a lot in advance

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jan 15, 2014 @ 12:00
    Dennis Aaen
    100

    Hi yumin,

    Here is a blogpost about the same topic, changing the media folder path. 

    http://www.proworks.com/blog/2013/07/31/how-to-redirect-the-umbraco-media-path-to-another-location/

    I hope this can help you closer to solve your issue.

    /Dennis

  • yumin 51 posts 243 karma points
    Jan 20, 2014 @ 04:30
    yumin
    0

    thanks a lot

  • AmandaEly 123 posts 379 karma points
    Nov 20, 2015 @ 11:14
    AmandaEly
    0

    The above link to proworks is broken. Can't see the solution.

  • AmandaEly 123 posts 379 karma points
    Nov 20, 2015 @ 11:15
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies