Copied to clipboard

Flag this post as spam?

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


  • Barry 99 posts 187 karma points
    Oct 30, 2009 @ 16:10
    Barry
    0

    How to get umbraco to ignore paths?

    Umbraco is handling all the urls on my site - so even if I install something into a folder which is separate from umbraco it is controlling the output.

     

    HOw can I exclude say a folder called "blog" from umbraco trying to resolve the url.

     

    I am pretty sure its a web.config change with http handlers.. but dont know what to change.

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Oct 30, 2009 @ 16:23
    Thomas Höhler
    0

    No it is a web.config entry in the app keys:

    <add key="umbracoReservedPaths" value="/umbraco/,/install/" />

    hth,
    Thomas

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Oct 30, 2009 @ 16:24
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies