Copied to clipboard

Flag this post as spam?

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


  • Berit 9 posts 26 karma points
    Jul 01, 2014 @ 10:38
    Berit
    0

    Redirects doesn't work in SEO Checker

    I can't seem to make the module in SEO Checker that fix links automatically work.

    The redirects I make in the Redirect Manager doesn't work - no inbound link errors is shown, nor does it change extensions from .php to .aspx.

    I have checked all the Redirect settings and the URL Rewriting in the Configuration.
    Any idea what I'm doing wrong?

    I'm using SEO Checker V1.5.2 on Umbraco 6.1.6

    Regards
    Berit

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Jul 01, 2014 @ 10:46
    Richard Soeteman
    0

    Hi Berit,

    Make sure you are using IIS7/8 in Integrated mode and make sure the following modules are configured in the System.Webserver/modules section in the web.config file.

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

    Hope this helps,

    Richard

  • Berit 9 posts 26 karma points
    Jul 01, 2014 @ 11:14
    Berit
    0

    Hi Richard

    That did it!! :-)

    Thank you

    Berit

  • 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