Copied to clipboard

Flag this post as spam?

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


  • Gareth Wright 32 posts 101 karma points c-trib
    Feb 20, 2020 @ 12:02
    Gareth Wright
    0

    Load balanced environments

    Hi Richard,

    Can you confirm if SEO Checker (specifically redirects) is built to handle load balanced environments, including separate Umbraco Backoffice and Frontend sites?

    e.g. if you add a redirect into the Umbraco backoffice on the backoffice server, this will update the frontend web servers with this new redirect?

    Thanks

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Feb 20, 2020 @ 12:47
    Richard Soeteman
    0

    Hi Gareth,

    It uses the Umbraco DistributedCache and sends a message to Clear All Cache when a redirect is updated. Sp should work indeed.

    Best,

    Richard

  • Marco Teodoro 72 posts 147 karma points c-trib
    Apr 30, 2020 @ 11:30
    Marco Teodoro
    0

    This is not related to redirects but still related to Load balanced environments. I've realized that the domain name is picked up by the HTTPContext. As the domain name will be different from the live domain sitemap is generated with a wrong URL. Is there a way (web config setting) to change this behavior? instead of using the HttpContext hostname use a value from web config?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    May 01, 2020 @ 05:53
    Richard Soeteman
    0

    No sorry currently not. What you can do is hook into the XmlSitemapNodeGenerating event which you can find in SEOChecker.Extensions.Events. Then you can change the url there when it’s generated.

Please Sign in or register to post replies

Write your reply to:

Draft