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.

  • Michael Chart 15 posts 35 karma points
    Apr 29, 2013 @ 18:07
    Michael Chart
    1

    Play nicely with uComponents not found handler

    We installed the 301 tracker in a site which already had the uComponents multi site not found handler installed. We found that the 301 tracker entry in the 404handlers.config was placed after the uComponents entry, therefore the 301s were not getting reached. Here is our corrected 404handlers.config:

    <?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="uComponents.NotFoundHandlers" type="MultiSitePageNotFoundHandler" />
    <notFound assembly="umbraco" type="handle404" />
    </NotFoundHandlers>

  • 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