Copied to clipboard

Flag this post as spam?

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


  • Richard Hamilton 79 posts 169 karma points
    Sep 22, 2016 @ 11:53
    Richard Hamilton
    0

    Redirect URL Management not loading after upgrade to 7.5.3

    I have upgraded from 7.5.2 to 7.5.3 because there was a bug in 7.5.2

    But now the Redirect URL Management in Developer is not loading.

    I see this error when I click on the Developer tab:

    Request error: The URL returned a 404 (not found): /umbraco/backoffice/UmbracoApi/RedirectUrlManagement/IsEnabled

    Any ideas how to fix / what is missing?

  • Simon Justesen 74 posts 193 karma points
    Sep 25, 2016 @ 09:56
    Simon Justesen
    1

    I got the same error after upgrading from 7.5.2

  • Richard Hamilton 79 posts 169 karma points
    Sep 28, 2016 @ 10:21
    Richard Hamilton
    0

    Anyone got any ideas - I'm sure it's a quick fix just can't find where it is referenced.

  • Thomsen 113 posts 336 karma points
    Feb 26, 2017 @ 13:28
    Thomsen
    0

    Anyone sorted this out? I got the same issue now after upgrading.

  • Michael Biggs 18 posts 98 karma points
    Apr 18, 2017 @ 15:39
    Michael Biggs
    0

    Had a similar issue, I fixed it by add this to the umbraco settings config

    <web.routing
    trySkipIisCustomErrors="false" disableRedirectUrlTracking="false"
    internalRedirectPreservesTemplate="false" disableAlternativeTemplates="false" disableFindContentByIdPath="false"
    umbracoApplicationUrl="">
    

    note: disableRedirectUrlTracking is set to false this fixed it for me

  • 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