I am using umbraco 7 and I am stuck. It might be quite easy, but I can't find out how to fix it. I have have added ContentFinderResolver.Current.InsertTypeBefore<ContentFinderByNotFoundHandlers, PageFinder>(); to the startup of Umbraco.
What I am trying to do is this: /search/query It will find the node /search/ so far so good. But when I use '.' in the query i have a problem it start to look for that file, there might be a routing option to always check if my PageFinder can find the page after a 404, because /search/query.html will never be around, I am sure of that.
I hope someone understands my jibber jabber, I can provide me pointer how to fix my issue.
Routing issue
Hi guys,
I am using umbraco 7 and I am stuck. It might be quite easy, but I can't find out how to fix it. I have have added ContentFinderResolver.Current.InsertTypeBefore<ContentFinderByNotFoundHandlers, PageFinder>(); to the startup of Umbraco.
What I am trying to do is this:
/search/query It will find the node /search/ so far so good. But when I use '.' in the query i have a problem it start to look for that file, there might be a routing option to always check if my PageFinder can find the page after a 404, because /search/query.html will never be around, I am sure of that.
I hope someone understands my jibber jabber, I can provide me pointer how to fix my issue.
Thx.
is working on a reply...