Copied to clipboard

Flag this post as spam?

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


  • Fengelz 106 posts 221 karma points
    Dec 13, 2011 @ 12:53
    Fengelz
    0

    Object moved to here.

    Just did a deploy of a 4.7.1 in a clean folder. It worked fine in the testing environment and I am able to access the backend and publish all pages on the production server.

    But when I access the site I only get a blank page saying: 

    Object moved to here.

    here being the link to the page itself. It doesnt matter if I enter a valid url like /home or /ewtwetwetewt. All I get is the above message.

    Anybody have any idea what could cause this?

    Best regards 

    - Sune

  • Fengelz 106 posts 221 karma points
    Dec 13, 2011 @ 14:21
    Fengelz
    0

    Ok found the error:

    var prop = CurrentNode.GetProperty("externalRedirect");

        if (prop != null && String.IsNullOrEmpty(prop.Value)) {

    Response.BufferOutput = true;

            Response.Redirect(prop.Value);

        }

    Stupid me.

    - Sune

  • Nadine Fisch 159 posts 429 karma points
    Dec 13, 2018 @ 10:41
    Nadine Fisch
    0

    Hi, I have the same error, but only for one page and it is set up a redirect via property. The rediret is not triggered, page should be there, because it is a content-node and published. But I always get this strange error "Object moved to here.". The link here points to the same page

    Don't know where the message is coming from. Where did you change your codee @Fengelz?

  • Nadine Fisch 159 posts 429 karma points
    Dec 13, 2018 @ 11:00
    Nadine Fisch
    0

    The page, which should be the redirected path, has this error: Oops: this document is published but is not in the cache

    I am using Umbraco version 7.3.0

  • Nadine Fisch 159 posts 429 karma points
    Dec 13, 2018 @ 12:00
    Nadine Fisch
    0

    Seems to be solved, after republishing the page. BUT it was only possible, because my collegue didn't have the website in cache - for him the content page could be published WITH updating the cache. I did the same with no effect.

    VERY STRANGE!

Please Sign in or register to post replies

Write your reply to:

Draft