Copied to clipboard

Flag this post as spam?

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


  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 25, 2016 @ 10:30
    Rasmus Fjord
    0

    Redirect manager not kicking in

    Hey richard

    What to check if the redirect manager is not kicking in?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 25, 2016 @ 10:31
    Richard Soeteman
    0

    Hi Rasmus,

    The manual :) http://soetemansoftware.nl/seo-checker/downloads

    But I think the Httpmodule is not configured.

    Cheers,

    Richard

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 25, 2016 @ 10:32
    Rasmus Fjord
    0

    Haha i checked but couldnt find any in there, might be blind :)

    I have this in my web.config :

     <httpModules>
      <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="UmbracoModule" type="Umbraco.Web.UmbracoModule,umbraco" />
      <add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" />
    
    <add name="SEOCheckerValidationqueueModule" type="SEOChecker.HttpModules.ValidationqueueModule, SEOChecker" />
      <add name="SEOCheckerUrlModule" type="SEOChecker.HttpModules.UrlModule, SEOChecker" />
      <add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web" />
    </httpModules>
    
  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 25, 2016 @ 10:33
    Rasmus Fjord
    0

    also this :

      <remove name="SEOCheckerValidationqueueModule" />
      <add name="SEOCheckerValidationqueueModule" type="SEOChecker.HttpModules.ValidationqueueModule, SEOChecker" />
      <remove name="SEOCheckerUrlModule" />
      <add name="SEOCheckerUrlModule" type="SEOChecker.HttpModules.UrlModule, SEOChecker" />
      <remove name="WebDAVModule" />
      <add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web" />
    </modules>
    
  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 25, 2016 @ 12:43
    Richard Soeteman
    0

    Is it also in /system.webserver/modules?

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 28, 2016 @ 07:19
    Rasmus Fjord
    0

    Jup, its also there.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 28, 2016 @ 07:24
    Richard Soeteman
    0

    What is the url you try and does it exist as a node?

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 28, 2016 @ 07:28
    Rasmus Fjord
    0

    Nothing special /rasmus (this dosnt exists) to /kjgjdnvlskjfgthnbknlsrijgodjnvkdjfnodi (this exists)

    Tried with both the node (rasmus) existing and not, it just kicks into 404, which runs fine through seochecker.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 28, 2016 @ 07:32
    Richard Soeteman
    0

    Does it gets logged into the inbound link issues as well? and I assume the page you link to doesn't set a 404 status?

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 28, 2016 @ 07:54
    Rasmus Fjord
    0

    Dont know what the "inbound link issue" is. /rasmus throws a 404 but the end page dosnt that is plane 200: enter image description here

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 28, 2016 @ 07:57
    Richard Soeteman
    0

    It's already logged as a 404 go to the inbound link issues overview in SEOChecker then choose the right page there.

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 28, 2016 @ 08:04
    Rasmus Fjord
    0

    Hmm the page is not there neither rasmus or the end page.

    enter image description here

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 28, 2016 @ 08:08
    Richard Soeteman
    0

    Then it looks like "something" else is intercepting the 404 :-( Any modules redirect rules configured?

    Did you also check that <httpErrors existingResponse="PassThrough" /> is in web.config?

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 28, 2016 @ 08:14
    Rasmus Fjord
    0

    These are my system.webserver modules:

     <modules runAllManagedModulesForAllRequests="true">
    
      <remove name="UrlRewriteModule" />
      <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
    
      <remove name="UmbracoModule" />
      <add name="UmbracoModule" type="Umbraco.Web.UmbracoModule,umbraco" />
    
      <remove name="ScriptModule" />
      <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    
      <remove name="ClientDependencyModule" />
      <add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" />
    
      <!-- Needed for login/membership to work on homepage (as per http://stackoverflow.com/questions/218057/httpcontext-current-session-is-null-when-routing-requests) -->
      <remove name="FormsAuthentication" />
      <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" />
      <remove name="WebDAVModule" />
      <add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web" />
    
      <remove name="SEOCheckerValidationqueueModule" />
      <add name="SEOCheckerValidationqueueModule" type="SEOChecker.HttpModules.ValidationqueueModule, SEOChecker" />
      <remove name="SEOCheckerUrlModule" />
      <add name="SEOCheckerUrlModule" type="SEOChecker.HttpModules.UrlModule, SEOChecker" />
    
    </modules>
    

    and these are my httpmodules :

      <httpModules>
      <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="UmbracoModule" type="Umbraco.Web.UmbracoModule,umbraco" />
      <add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" />
    
      <add name="SEOCheckerValidationqueueModule" type="SEOChecker.HttpModules.ValidationqueueModule, SEOChecker" />
      <add name="SEOCheckerUrlModule" type="SEOChecker.HttpModules.UrlModule, SEOChecker" />
      <add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web" />
    </httpModules>
    

    No redirect rules are hit

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 28, 2016 @ 08:17
    Richard Soeteman
    0

    Sorry forgot to mark my line as code in previous reply must been <httpErrors existingResponse="PassThrough" />

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 28, 2016 @ 08:21
    Rasmus Fjord
    0

    Its there:

    <httpErrors existingResponse="PassThrough" />
    <validation validateIntegratedModeConfiguration="false" />
    
  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 28, 2016 @ 08:28
    Richard Soeteman
    0

    Hooray you are the first one that is having such an issue :-( I assume you are using IIS7+ if so would it be possible to share this environment so I can have a look locally? please send to [email protected]

    Sorry for not having a complete answer

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Dec 05, 2016 @ 12:11
    Rasmus Fjord
    100

    upgraded seochecekr and it worked.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Dec 05, 2016 @ 12:14
    Richard Soeteman
    0

    That's really weird but glad it's working... Did you use an Alpha version maybe? ;-)

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Dec 05, 2016 @ 12:15
    Rasmus Fjord
    0

    Dunno actually, it was installed over nuget :) So dont htink so.

Please Sign in or register to post replies

Write your reply to:

Draft