I've got a blog on a intranet site, based on the blog template. Whenever I search for a particular post, it returns the correct post, but not the correct url. The link returned from search:
http://intranet/SomeSite/Lists/posts/ViewPost.aspx?ID=99
This does not work. However, if i change ViewPost to just Post it works, like so:
http://intranet/SomeSite/Lists/posts/Post.aspx?ID=99
So, what could be the problem here?