Copied to clipboard

Flag this post as spam?

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


  • Mike 16 posts 32 karma points
    Jun 24, 2009 @ 09:22
    Mike
    0

    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.

     

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Jun 24, 2009 @ 09:27
    Peter Dijksterhuis
    3

    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

  • Tommy Poulsen 514 posts 708 karma points
    Jun 24, 2009 @ 09:27
    Tommy Poulsen
    2

    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

     

  • Mike 16 posts 32 karma points
    Jun 24, 2009 @ 13:18
    Mike
    0

    Thanks a lot!!

    mike.

Please Sign in or register to post replies

Write your reply to:

Draft