Copied to clipboard

Flag this post as spam?

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


  • Anton 28 posts 116 karma points
    Oct 03, 2017 @ 11:37
    Anton
    0

    Redirects in SEO Checker does not work

    Hi

    We are running at Umbraco version 7.5.14 with SEO Checker V1.10.1 and currently, I am trying to fix up redirects.

    We have a domain, which points to our IIS servers (loadbalanced). In this domain, I have 2 pages (test1 and test2), which are setup to be redirected to different pages of our application. Both pages setup is identical, but

    test1 is redirected, test2 - is not. Nothing is logged, Umbraco just answers with 404 page. Where shall I look to fix it?

    Also, I shall add that all checks initially are done on server, where Umbraco backend is accessible (to exclude possible issues with cache clearing). Also, I did an app restart

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 04, 2017 @ 05:25
    Richard Soeteman
    0

    If nothing is logged the HTTPModule is not running on that particular server. Check the usermanual how to add the http module.

    https://soetemansoftware.nl/seo-checker/downloads

    Hope this helps,

    Richard

  • Anton 28 posts 116 karma points
    Nov 13, 2017 @ 10:58
    Anton
    0

    Do you mean these:

    <remove name="SEOCheckerValidationqueueModule" />
    <add name="SEOCheckerValidationqueueModule" 
    type="SEOChecker.HttpModules.ValidationqueueModule, SEOChecker" />
    <remove name="SEOCheckerUrlModule" />
    <add name="SEOCheckerUrlModule" type="SEOChecker.HttpM
    odules.UrlModule, SEOChecker" 
    />
    

    I have it defined

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 13, 2017 @ 19:42
    Richard Soeteman
    0

    Ah I think test2 is both in rediretc manager as well as in inbound link errors delete from the redirect manager and map in 404 overview then it should work again.

    Best,

    Richard

  • Anton 28 posts 116 karma points
    Nov 17, 2017 @ 19:04
    Anton
    0

    This solution does not help. I have this issue again: so, I removed redirect from Redirect manager and remapped it in 404 overview, but it is still not redirecting.

    I shall note that after clearing umbraco.config, ExamineIndexes and DistCache folders - redirect started working.

Please Sign in or register to post replies

Write your reply to:

Draft