Copied to clipboard

Flag this post as spam?

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


  • Martin Montgomery 1 post 71 karma points
    Jul 28, 2017 @ 04:48
    Martin Montgomery
    0

    Umbraco and non-Umbraco routing

    Probably been asked before, sorry.

    I have an existing angular app, structured as follows

    http://{mydomain} - Static html landing page http://{mydomain}/app/... - angular app

    I've installed Umbraco and replaced the landing page with a content page but http://{mydomain}/app/ seems to have been replace with Umbraco routing (404 not found).

    We do not want Umbraco outside of the landing page for now (we may add some more content pages in the future)

    So the question is, how do I navigate to my app and allow only angular routing and not Umbraco routing outside of the landing page.

    Thanks

  • Sven Geusens 161 posts 869 karma points c-trib
    Aug 01, 2017 @ 18:57
    Sven Geusens
    0

    Hey Martin

    There is an app setting in the web.config call UmbracoReservedPaths (or somthing close to it), it should contain a list of relative paths. Any path in this list will be ignored by the umbraco routing.

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Aug 02, 2017 @ 12:55
  • 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