Copied to clipboard

Flag this post as spam?

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


This forum does not allow new topics to be created, please use the v2 forum from now on.

  • Kalle Ekstrand 181 posts 259 karma points c-trib
    Nov 04, 2011 @ 10:10
    Kalle Ekstrand
    0

    Problems with 4.7.1?

    Hello,

    I am experiencing problems with 4.7.1. In this version it seems that the 404 handler is not passed down to Umbraco at all.

    The custom 404 "page left ugly" does not render if you try any random not existing page. for example http://mywebsite/notworking.aspx.

    Any ideas?

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Nov 07, 2011 @ 09:26
    Stefan Kip
    0

    Have you checked the '~\config\404handlers.config' file? You could have overwritten it...
    It should look something like this:

    <?xml version="1.0" encoding="utf-8"?>
    <NotFoundHandlers>
    <notFound assembly="umbraco" type="SearchForAlias" />
    <notFound assembly="umbraco" type="SearchForTemplate" />
    <notFound assembly="umbraco" type="SearchForProfile" />
    <notFound assembly="InfoCaster.Umbraco._301UrlTracker" type="Handler301URLTracker" />
    <notFound assembly="umbraco" type="handle404" />
    </NotFoundHandlers>

  • Miraal Fancy 1 post 21 karma points
    Nov 18, 2011 @ 21:44
    Miraal Fancy
    0

    Hey kipusoep,

    I have the same problem.  My '~\config\404handlers.config' file was overwritten; so, I added the line '<notFound assembly="InfoCaster.Umbraco._301UrlTracker" type="Handler301URLTracker" />'.  It hasn't made a difference.  I'm still getting the custom 404 "page left ugly.

  • Kalle Ekstrand 181 posts 259 karma points c-trib
    Nov 21, 2011 @ 15:22
    Kalle Ekstrand
    0

    I have cehcked the config file, everything is in order.

    I winder if it has somethin to do with the IIS?

    I only have this problem on new webservers. Do you have to do anything else to make it work?

    //Kalle

  • Maxemilian Hilbrand 13 posts 37 karma points
    Nov 27, 2011 @ 23:54
    Maxemilian Hilbrand
    0

    Kalle

    are these pages .php or anything else, IIS does not handly by default? I have described a solution for php files to be handled by IIS, the blog is in German, but it might help you. Please visit http://www.isicore.de/wissenswertes-aus-der-it/umbraco-301-redirects

    regards

     

    Maxemilian

  • Kalle Ekstrand 181 posts 259 karma points c-trib
    Nov 29, 2011 @ 12:56
    Kalle Ekstrand
    0

    Everything is now in order.

    I had some errors in my URL-rewrite rul in the IIS.

    //kalle

  • 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