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.
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?
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>
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.
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
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
Everything is now in order.
I had some errors in my URL-rewrite rul in the IIS.
//kalle
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.