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.
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.
good morning folks,
Does anyone have an idea what might be causing this?
mvh
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
is working on a reply...