I have a site tree with multiple sites and I want to be able to have a 404 page per site . I have put the following lines of code in the umbracosettings.config but it does not seem to help. It is defaulting to the page with id 2784. Can anyone help?
<errors>
<!-- the id of the page that should be shown if the page is not found -->
<error404>
<errorPage culture="en-GB">1224</errorPage>
<errorPage culture="nl-NL">1747</errorPage>
</error404>
</errors>
Umbraco 4.7.2 404 pages
Hi,
I have a site tree with multiple sites and I want to be able to have a 404 page per site . I have put the following lines of code in the umbracosettings.config but it does not seem to help. It is defaulting to the page with id 2784. Can anyone help?
Poornima
Hello,
Here is an example that works for me:
Jeroen
is working on a reply...