Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi!
I'd like to have a subfolder under the umbraco root, which shouldn't be processed by umbraco.(a custom application like a forum).
Naturally, when I try to surf http://localhost/forum/default.aspx, Umbraco complains, that this node is not present in the database (404).
How can I instruct Umbraco to exclude the /forum/ subfolder, so I can just call the real default.aspx?
br,mike.
Hi Mike,
You can reserve folders but also single files.
To do so, open the web.config. There are 2 keys there: umbracoReservedPaths and umbracoReservedUrls.
Just add the folder you want to exclude to the umbracoReservedPaths.
HTH,
PeterD
in web.config under the appSettings section there is a key called umbracoReservedUrls. You can add your own aspx pages to this list to make Umbraco accept it.
>Tommy
Thanks a lot!!
mike.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Excluding subfolders from umbraco pipeline
Hi!
I'd like to have a subfolder under the umbraco root, which shouldn't be processed by umbraco.
(a custom application like a forum).
Naturally, when I try to surf http://localhost/forum/default.aspx, Umbraco complains, that this node is not present in the database (404).
How can I instruct Umbraco to exclude the /forum/ subfolder, so I can just call the real default.aspx?
br,
mike.
Hi Mike,
You can reserve folders but also single files.
To do so, open the web.config. There are 2 keys there: umbracoReservedPaths and umbracoReservedUrls.
Just add the folder you want to exclude to the umbracoReservedPaths.
HTH,
PeterD
Hi Mike,
in web.config under the appSettings section there is a key called umbracoReservedUrls. You can add your own aspx pages to this list to make Umbraco accept it.
>Tommy
Thanks a lot!!
mike.
is working on a reply...