Copied to clipboard

Flag this post as spam?

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


  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 26, 2015 @ 15:48
    Jeroen Breuer
    0

    After renaming the old url doesn't go to new url

    Hello,

    I did some simple testing I've got a test node with name Case 1 with url /case-1/. When I rename it to Case 2 and I visit the /case-1/ it should to a 301 redirect to /case-2/. This works local, but not on the staging server. It's the exact same environment. On the staging it shows a 404 and the url never appears in redirect manager. What could be the problem?

    Jeroen

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Mar 26, 2015 @ 15:51
    Richard Soeteman
    0

    Hi Jeroen,

    This is propably because your UrlModule is not running. Add the urlmodule to the web.config and all should be good I think.

    Best,

    Richard

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 26, 2015 @ 15:53
    Jeroen Breuer
    0

    Hi Richard,

    The SEOCheckerUrlModule is part of the web.config and enabled.

    Jeroen

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Mar 26, 2015 @ 15:54
    Richard Soeteman
    0

    SO the url appears in the Inbound link errors?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 26, 2015 @ 15:57
    Jeroen Breuer
    0

    Yes it's in the inbound link errors.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Mar 26, 2015 @ 16:00
    Richard Soeteman
    0

    Weird, but now it always gets picked up from there. Can you check if the pagename change is logged in urlHistory table also? The first time it should try to find the redirect based on that table.

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 26, 2015 @ 16:10
    Jeroen Breuer
    0

    It also get's logged into the URLHistory table. I just renamed it from case 8 to case 9. This is in the table: 

    UrlHistoryId NodeId ParentId UrlPart

    136 2129 1472 case-8

    Jeroen

  • Gavin Faux 10 posts 75 karma points c-trib
    Jun 26, 2015 @ 21:04
    Gavin Faux
    0

    Seeing same behaviour recently.

    We are using route-hijacking (Hybrid Framework), v7.2.6, SEO Checker 1.9.1.

    The only way I can get it to work is by disabling both SEO Checkers and and Umbracos config, then it works but we get ugly default Umbraco 404 instead on not founds; any combination of turning on custom 404 and redirects stop working (get nice 404 instead).

    I guess work around is to use IIS URL Rewrite module (adding rules manually), but we'd really like to get this working again.

    Can supply further info if required?

    Thanks,

    Gavin

  • Gavin Faux 10 posts 75 karma points c-trib
    Jun 26, 2015 @ 21:08
    Gavin Faux
    0

    Previous post did not show my XML; if we disable in 404handlers.config

      <!--notFound assembly="umbraco" type="handle404"/-->
    

    and in SEOChecker.config turn notFoundConfig

      <notFoundConfig enabled="false" />
    

    then it works; turn them on again (either/or/both) and all redirects 404.

    Update:

    After further investigation:

    Umbraco 7.2.5 with SEOChecker 1.8.1 works as expected; 7.2.6 with 1.8.1 (and higher) does not work; I've not been able to check < 7.2.6 with 1.9.1 yet.

    Update 2:

    Vanilla 7.2.6 without route hijacking works fine, will continue troubleshooting; any tips / advice appreciated.

    Update 3:

    Partially resolved now. Our default 404 page was returning HTTP 200 status code (via code).

    However still having issues with some URL's, for example adding a manual entry results in 404 instead of redirect.

  • fabrice 104 posts 227 karma points
    Jul 31, 2015 @ 09:57
    fabrice
    0

    Hello, I have the exact same problems and here are my setups/tests :

    I have 2 sites, both Umbraco 7.2.8 and SeoChecker 1.9.1

    The first one is doing the redirection correctly after renaming the node but not the second one.

    After entering a url that should redirect, both add a line in "SEOChecker_PageNotFound" table but the one not working adds "0" in the DocumentID column.

    AND it seems that the bug in the database and not the code/configuration. Let me explain why : - I have plugged the not working site to the working database => I did not have the problem anymore - I have plugged the working site to the not working database => the problem appears.

    So the code and configurations seems OK. The problem seems in the database.... I have also try to empty all values of all SEOChecker tables in both projects and retest => same results.

    I tried to use DotPeek to check the SeoChecker code (how it inserts the DocumentID column) but it's not really readable with dotPeek ;)

    I'm out of ideas.. do you have any ideas, suggestions about how I should look at the problem ?

    Many thanks

  • fabrice 104 posts 227 karma points
    Aug 20, 2015 @ 12:39
    fabrice
    0

    Hello, Deleting the "http://" from my hostname (on the sitenode), solved my problem !

  • Scott Leaver 2 posts 73 karma points c-trib
    Jun 28, 2016 @ 13:43
    Scott Leaver
    0

    Hi Richard

    Ravi Motha and I am experiencing the same issue with one of our websites.

    Local is fine Live is not

    • Renaming does not redirect
    • Sitemap.xml errors

    Umbraco version is 7.2.8

    SEO checker is 1.8.1

    Are you able to help with this?

    Thanks Scott

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 28, 2016 @ 13:46
    Richard Soeteman
    0

    Hi,

    What are the sitemap.xml errors and is the redirect module running at all? I think you have an install issue. By the way 1.8.1 is a very old version please make sure to upgrade to the latets version also http://soetemansoftware.nl/seo-checker/downloads

    Best,

    Richard

  • Scott Leaver 2 posts 73 karma points c-trib
    Jul 01, 2016 @ 10:12
    Scott Leaver
    0

    Thanks Richard

    Redirects are working fine on local, and dev, but not on the client's server.

    The IIS versions are identical. Windows 8, IIS version 8.5.9600.16384

    We have checked configs and they are right.

    We have the same issue on two sites on two different client servers. One of them has the latest SEOchecker version, so it's not that.

    We're still investigating to see if there is a server related aspect to this, but if you have some thoughts, please let me know.

    Thanks Scott

  • Arun 136 posts 369 karma points
    Nov 01, 2019 @ 09:36
    Arun
    0

    The same problem.!
    I have picked a node using url picker and later i renamed that node name. But when clicking that url it redirected to old url.!

    Anyone got the solution?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 03, 2019 @ 10:02
    Richard Soeteman
    0

    Hi,

    what version? and does it creates redirects in the redirect overview?

    Best,

    Richard

  • Arun 136 posts 369 karma points
    Nov 04, 2019 @ 04:03
    Arun
    0

    Hi Richard,
    Thanks for your time : )

    I'm using Umbraco version 7.12.4 & assembly: 1.0.6879.21982
    The click doesn't create any redirect entries in URL Management.!

    Arun

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 09, 2019 @ 10:09
    Richard Soeteman
    0

    Think you are using a V1.x version of SEOChecker? V2 creates the entries again. V1 had some performance issues so we dropped the renaming in that version.

    Best,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft