I am having difficulty getting a custom 404 page to work with umbraco. I am using umbraco version 7.3.0. I have tried 2 methods. The first by inserting the nodeid in the UmbracoSettings.config file and secondly by using IContentFinder to find the 404 page and attach it to the ContentLastChanceFinderResolver during the Application Starting method. I have tried adding...
Hi Alex.
We got this working today. Unfortunately although the package you suggested is a great way to handle 404's, it didn't fix the problem.
We are using Umbraco 7.3.0 which has known problems with the URL Tracker package. It didn't matter which way we tried to redirect to a 404, we kept getting Url Tracker errors.
So to fix it we uninstalled the Url Tracker package. To do this we had to download the package locally, install it onto the site using the install from local option. This then made the url tracker show up in "Installed Packages" and from here we could uninstall the package.
Custom 404 Page
Hello.
I am having difficulty getting a custom 404 page to work with umbraco. I am using umbraco version 7.3.0. I have tried 2 methods. The first by inserting the nodeid in the UmbracoSettings.config file and secondly by using IContentFinder to find the 404 page and attach it to the ContentLastChanceFinderResolver during the Application Starting method. I have tried adding...
and...
to the web.config but with no joy. The error I am getting is to do with the URLTrackerModule. If I use IContentFinder I get this...
and if I use the error404 node in umbracoSettings.config I get...
This works on my local machine which is using IIS 7.5. But I only get these errors on the live server which is using IIS 8.5.
Any help would be greatly appreciated.
Thanks.
Hello Stephen
Did you try to use Umbraco Page not found manager package? It's pretty good.
https://our.umbraco.org/projects/backoffice-extensions/umbraco-page-not-found-manager/
Thanks,
Alex
Thanks Alex. I will give this a try.
Hi Stephen
Please share with us how it's going, I hope it will work properly for you.
Thanks,
Alex
Hi Alex. We got this working today. Unfortunately although the package you suggested is a great way to handle 404's, it didn't fix the problem.
We are using Umbraco 7.3.0 which has known problems with the URL Tracker package. It didn't matter which way we tried to redirect to a 404, we kept getting Url Tracker errors.
So to fix it we uninstalled the Url Tracker package. To do this we had to download the package locally, install it onto the site using the install from local option. This then made the url tracker show up in "Installed Packages" and from here we could uninstall the package.
The 404's then started working straight away.
Thanks for the help. Stephen.
Stephen, Thank you very much for sharing the info about this problem.
Glad that the problem is solved. Have a nice evening.
/Alex
is working on a reply...