Ok, then you should probably consider an approach where you handle it outside of Umbraco instead having the folder structure you described above and then adding the path to the reservedpaths in the web.config file.
It should not be handled from within Umbraco if you need to serve the .htm pages.
Upload directory
Hi!
I have the folder "catalog" with the html files.
Links between html files like this:
href="../catalog/index.htm"
href="../catalog/help.htm"
href="../catalog/groups.htm"
The directory path should be: localhost/upload/catalog/index.htm.
Which document type should I use?
Thanks
Hi Shada
Why do you want to upload html files?
Is it to serve web pages from Umbraco? If so I think you need to read about how Umbraco works and how you setup a basic site.
These links are recommended https://our.umbraco.org/documentation/Using-Umbraco/Creating-Basic-Site/
http://24days.in/umbraco/2014/how-to-set-up-an-umbraco-site/
http://umbraco.tv
/Jan
No. Other organizations send us his catalogs with productions.
In the umbraco created page for this organization and the need to organize the directory browsing that they sent to us by
Hi Shada
Ok, then you should probably consider an approach where you handle it outside of Umbraco instead having the folder structure you described above and then adding the path to the reservedpaths in the web.config file.
It should not be handled from within Umbraco if you need to serve the .htm pages.
/Jan
Can I assign permissions to members in this case?
is working on a reply...