Copied to clipboard

Flag this post as spam?

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


  • James Taylor 14 posts 124 karma points
    Nov 02, 2015 @ 12:13
    James Taylor
    0

    Display custom error page for 410

    In a similar manner to specifying a node id for a custom 404 page, is there a way to do this for custom 410 page?

    We have a number of "old" urls which do not have any equivalent content on our new site and as such are returning 410 "gone" via web.config

    <errors>
        <error404>14647</error404>
        <error410>14647</error410>
    </errors>
    

    doesn't seem to work...

  • Lachlann 344 posts 626 karma points
    Jun 02, 2016 @ 10:20
  • Manish 373 posts 932 karma points
    Jun 02, 2016 @ 10:24
    Manish
    0

    Hi James

    there is a good package which is useful for such scenario

    https://our.umbraco.org/projects/developer-tools/301-url-tracker/

    Manish

  • Lachlann 344 posts 626 karma points
    Jun 02, 2016 @ 11:16
    Lachlann
    0

    Good point Manish, although I think that the URl tracker package will still not direct your renamed pages, it will capture them as 410 errors. Best L

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Mar 18, 2020 @ 13:48
    Stefan Kip
    0

    As long as a 410 Gone is returned, you can use IIS to transform the response.

  • 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