Is it possible to disable incomplete URL resolution?
I understand the use of canonical URLs for things like domain.com and http://www.domain.com, but if a user enters:
http://www.foo.com/there-is-no-page-he
when trying to get to
http://www.foo.com/there-is-no-page-here.html
I want them to hit a 404, not a "best-guess" autocompleted URL.
Is it possible to turn this off?
Thanks in advance.