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,
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
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.
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
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
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
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.
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
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.