Copied to clipboard

Flag this post as spam?

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


  • Davide Balosetti 35 posts 216 karma points
    Oct 04, 2019 @ 13:15
    Davide Balosetti
    0

    Setting multilanguage 404 not working

    Dear all, i'm using umbraco 7.15.3 and i'm trying to set 404 page in a multi culture website.

    i've set it in this way

        <error404>
            <errorPage culture="it-IT">1162</errorPage>
            <errorPage culture="en-US">1445</errorPage>
        </error404>
    

    but i always receive the english version that seems to change also the culture of the website.

    Any suggestion?

    Davide

  • Mila Pandurska 75 posts 353 karma points
    Oct 04, 2019 @ 13:26
    Mila Pandurska
    0

    Hi Davide, How you handle multilanguage support - each language is a separate node? In this case did you set Culture and Hostnames values properly?

    Mila

  • Davide Balosetti 35 posts 216 karma points
    Oct 04, 2019 @ 13:45
    Davide Balosetti
    0

    Hi Mila, yes each language is in a separate node, and cultura and hostnames are set in this way

    italian version

    enghlosh version

    Davide

  • Mila Pandurska 75 posts 353 karma points
    Oct 04, 2019 @ 19:45
    Mila Pandurska
    100

    Can you try 2 possible solutions:

    1. Set

      <errorPage culture="default">1162</errorPage>
      
    2. Add the domain to your It version and set the culture

  • Davide Balosetti 35 posts 216 karma points
    Oct 07, 2019 @ 07:54
    Davide Balosetti
    0

    Hi Mila, the second solution works fine!

    Thanks a lot for your help!

    Davide

Please Sign in or register to post replies

Write your reply to:

Draft