Copied to clipboard

Flag this post as spam?

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


  • Glenn Turner 2 posts 22 karma points
    Aug 23, 2010 @ 16:07
    Glenn Turner
    0

    catch 404

    Hello

    In my website there are two languages: dutch and french. For each languagesection I want a different 404 error page.

    I've changed the umbracoSettings.config like this:

            <error404>
                <errorPage culture="default">1245</errorPage>
                <!--<errorPage culture="nl-NL">1245</errorPage>-->
                <errorPage Culture="nl-BE">1245</errorPage>
                <errorPage Culture="nl-NL">1245</errorPage>
                <errorPage Culture="fr-BE">1377</errorPage>
            </error404>

    But when I create a 404 error, only the default is used. If I delete the default value, then I get the ugly error from umbraco.

    Any idea's?

     

    Thank you!

  • Donald St. Martin 83 posts 128 karma points
    Aug 23, 2010 @ 16:27
    Donald St. Martin
    0

    Glenn,

    Check out the second to last post on this page: http://our.umbraco.org/forum/developers/extending-umbraco/4216-404-handler---Doesn%27t-work?p=1

    Hope this gets you pointed in the right direction.

    --
    Donald

  • Glenn Turner 2 posts 22 karma points
    Aug 23, 2010 @ 16:33
    Glenn Turner
    0

    Thank you for the reply, but I'm not using windows 2008 server with IIS7. I'm hosting on a win2003...

  • 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