But i'm not so umbraco tech savvy that i know how that is done (yet). Can anyone point me in the right direction or perhaps provide me with a step by step guide as to how this is done and how to "turn" off my current 404 handler in umbracoSettings.config and 404handlers.config?
It's a shame you didn't get help with this earlier. The best way of doing it is to create a class that implements the umbraco.interface.INotFoundHandler interface. Then set it in your config file.
Thanks for your kind reply. I got it working through the uComponents package and some kind guidance from the people behind that package. So i skipped the whole part of messing about in code :-)
Making a class to handle multiple 404 pages
Hi there
Didn't quite know where to put this, so i hope this is right.
According to this article: http://our.umbraco.org/wiki/how-tos/how-to-implement-your-own-404-handler ; i should make my own class to handle multiple site 404 pages (they are in the same langauge).
But i'm not so umbraco tech savvy that i know how that is done (yet). Can anyone point me in the right direction or perhaps provide me with a step by step guide as to how this is done and how to "turn" off my current 404 handler in umbracoSettings.config and 404handlers.config?
All help is much appreciated!
Anyone?
Hi there,
It's a shame you didn't get help with this earlier. The best way of doing it is to create a class that implements the umbraco.interface.INotFoundHandler interface. Then set it in your config file.
Try this link.
You should follow the instructions given, and click the link at the bottom of the page to find out how to "switch off" the 404handlers.config file.
Good luck.
Hi Chris
Thanks for your kind reply. I got it working through the uComponents package and some kind guidance from the people behind that package. So i skipped the whole part of messing about in code :-)
is working on a reply...