Copied to clipboard

Flag this post as spam?

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


  • dominik 711 posts 733 karma points
    May 25, 2012 @ 16:19
    dominik
    0

    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

  • Doug Mackay 56 posts 155 karma points
    May 26, 2012 @ 00:20
    Doug Mackay
    0

    In your web.config file you may need to add '<httpErrors existingResponse="PassThrough" />' to the <system.webServer> section.

  • 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