Copied to clipboard

Flag this post as spam?

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


  • dominik 711 posts 733 karma points
    Feb 06, 2012 @ 13:59
    dominik
    0

    Custom ErrorPages problem

    hello,

    If i write the following lines in the umbracoSettings.config it works:

    <errors>
                <!-- the id of the page that should be shown if the page is not found -->
                <error404>1935</error404>
     </errors>

    If i try the following it does not work any more:

    <errors>
      <error404>
          <errorPage culture="default">1933</errorPage>
          <errorPage culture="de-DE">200</errorPage>-->
       </error404>
     </errors>

    Can anybody please help?

    Thanks

  • Rodion Novoselov 694 posts 859 karma points
    Feb 06, 2012 @ 14:25
    Rodion Novoselov
    0

    Hi. If you want to have culture-specific <error404> pages you need to set up your hostname/language pairs in the "Manage hostnames" feature. Otherwise only the ellement with "culture='default'" will matter.

  • dominik 711 posts 733 karma points
    Feb 06, 2012 @ 14:29
    dominik
    0

    i have done the setup - also default is not used

    If i use the <errorPage> tag it looks like the custom error page is not working

    Thanks

  • 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