Copied to clipboard

Flag this post as spam?

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


  • mc2 13 posts 73 karma points
    Aug 10, 2022 @ 14:35
    mc2
    0

    httpErrors - 404 not working with SEOChecker

    Hi, we have this in

    web.config:

    <httpErrors errorMode="Custom" existingResponse="Replace" defaultResponseMode="ExecuteURL">
      <remove statusCode="404" />
      <error statusCode="404" responseMode="ExecuteURL" prefixLanguageFilePath="" path="/error/404" />
      <remove statusCode="500" />
      <error statusCode="500" responseMode="ExecuteURL" prefixLanguageFilePath="" path="/error/500" />
    </httpErrors>
    

    but this doesn't work together with SEOChecker, it just shows default "ugly" umbraco 404 page.

    Any ideas how to fix this?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 11, 2022 @ 05:57
    Richard Soeteman
    0

    Why not use SEOChecker 404 picker?

  • mc2 13 posts 73 karma points
    Aug 11, 2022 @ 08:38
    mc2
    0

    We have quite a lot of sites (multisite). And when checking domain settings it seems not pick up every domain and there is no titles(see img, just 2 of them show that) for all of them so it's hard to find right one for each site as well

    enter image description here

Please Sign in or register to post replies

Write your reply to:

Draft