I wrote a custom 404 handler using IContentFinder as in examples (here and here and here)
But now umbracoUrlAlias is not working. I had some issues with my handler calling the default handler (see thread here).
So I guess this is related, as it is not using the default, which I guess umbracoUrlAlias is part of.
How can I make this work? Am I registering my custom event wrong? I guess I need to know how to insert the new handler properly (ie , call my custom handler, then if returned false, default to regulard handlers)
umbracoUrlAlias not working
I wrote a custom 404 handler using IContentFinder as in examples (here and here and here)
But now umbracoUrlAlias is not working. I had some issues with my handler calling the default handler (see thread here).
So I guess this is related, as it is not using the default, which I guess umbracoUrlAlias is part of.
How can I make this work? Am I registering my custom event wrong? I guess I need to know how to insert the new handler properly (ie , call my custom handler, then if returned false, default to regulard handlers)
Hello,
Maybe this blog can help you: http://24days.in/umbraco/2014/urlprovider-and-contentfinder/
Jeroen
is working on a reply...