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,
i am using umbraco 4.7 and i am not able to get custom error pages working.
What i have done:
In config/umbracoSettings.config i have set
<errors> <error404> <errorPage culture="default">1935</errorPage> <errorPage culture="de-DE">1935</errorPage> </error404></error>
but it is not working.It always shows:
Id 1935 is correct so a wrong id is not the problem
Any ideas?
Thanks
In your web.config file you may need to add '<httpErrors existingResponse="PassThrough" />' to the <system.webServer> section.
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
Problem with 404 error page
Hello,
i am using umbraco 4.7 and i am not able to get custom error pages working.
What i have done:
In config/umbracoSettings.config i have set
<errors>
<error404>
<errorPage culture="default">1935</errorPage>
<errorPage culture="de-DE">1935</errorPage>
</error404>
</error>
but it is not working.
It always shows:
404 - File or directory not found
Id 1935 is correct so a wrong id is not the problem
Any ideas?
Thanks
In your web.config file you may need to add '<httpErrors existingResponse="PassThrough" />' to the <system.webServer> section.
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.