Copied to clipboard

Flag this post as spam?

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


  • Gísli Freyr Svavarsson 43 posts 126 karma points
    Dec 11, 2012 @ 15:30
    Gísli Freyr Svavarsson
    0

    404 page language selection

    Hi there, 

    I've got this site that's in english, french and Norwegian (for now), but the trouble i have is that the 404 handler doesn't work for the norwegian (bokmal) nb-NO but it works for both the french and the english (default). If i have the culture set to nb-NO the english 404 site still pops up. 

    Here's my umbracosSettings.config 404 handler

    <errors>
    <error404>
    <errorPage lang="default">1355</errorPage>

    <errorPage lang="en-US">1355</errorPage>
    <errorPage lang="fr-FR">1650</errorPage>
    <errorPage lang="nb-NO">1942</errorPage>
    </error404>
    </errors>

     

    all the node-ids are correct. 

  • Gísli Freyr Svavarsson 43 posts 126 karma points
    Jan 10, 2013 @ 10:20
    Gísli Freyr Svavarsson
    0

    good morning folks,

    Does anyone have an idea what might be causing this? 

    mvh

  • Amalie Wowern 145 posts 274 karma points MVP c-trib
    Sep 11, 2015 @ 12:40
    Amalie Wowern
    0

    How are your language sites set up? Does the norwegian sites url look like this

    wwww.some-website.com/no

    And the english one like this

    wwww.some-website.com/

    Then the solution could be to call the english website

    wwww.some-website.com/en

  • 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