How can I move the media folder outside the webroot?
I need to move the media folder outside the webroot. How can I achieve this?
I tried the different configuration parameters in the FileSystemProvider.config without any luck. I want to specify a local path eg. d:\data\site1\media when the webroot is d:\sites\site1\wwwroot
If you've got access to IIS, you should be able to create a Media virtual directory. For example, you could point it to a folder located on a shared network drive.
How can I move the media folder outside the webroot?
I need to move the media folder outside the webroot. How can I achieve this?
I tried the different configuration parameters in the FileSystemProvider.config without any luck. I want to specify a local path eg. d:\data\site1\media when the webroot is d:\sites\site1\wwwroot
I've also tried this without any luck: http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/47505-how-to-change-the-path-of-media-folder
If you've got access to IIS, you should be able to create a Media virtual directory. For example, you could point it to a folder located on a shared network drive.
is working on a reply...