Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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!
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
Thank you for the reply, but I'm not using windows 2008 server with IIS7. I'm hosting on a win2003...
is working on a reply...
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.
Continue discussion
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!
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
Thank you for the reply, but I'm not using windows 2008 server with IIS7. I'm hosting on a win2003...
is working on a reply...
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.