Hi all,
I'm trying to move the media folder as requested in my work, and I followed the instructions which were same on multiple posts and blogs. So I added
inside FileSystemProvider.config, I also commented out the virtual root. The issue I encounter is with the url part. Files seems to be saving into new media folder correctly, but I have no idea how to setup the rootUrl. Are there further settings I need to change, because now it throws 404 and it tries to locate the media in a website folder (where old media were stored).
Do I need to somehow specify where is "Sharedmedia" folder in url or is there any other setting I need to do?
I added /Sharedmedia in ISS and redirected it to my file, but now I get error:
"Could not load file or assembly 'Umbraco.ModelsBuilder' or one of its dependencies" when I try to open the file from back office.
Any ideas?
Setting up rootUrl for media
Hi all, I'm trying to move the media folder as requested in my work, and I followed the instructions which were same on multiple posts and blogs. So I added
inside FileSystemProvider.config, I also commented out the virtual root. The issue I encounter is with the url part. Files seems to be saving into new media folder correctly, but I have no idea how to setup the rootUrl. Are there further settings I need to change, because now it throws 404 and it tries to locate the media in a website folder (where old media were stored). Do I need to somehow specify where is "Sharedmedia" folder in url or is there any other setting I need to do?
Thanks for help
I added /Sharedmedia in ISS and redirected it to my file, but now I get error: "Could not load file or assembly 'Umbraco.ModelsBuilder' or one of its dependencies" when I try to open the file from back office. Any ideas?
is working on a reply...