<error-page>
<error-code>404</error-code>
<location>/404.html</location>
</error-page>
This is my current configuration for 404 errors.
What I want: When a person types www.host.com/word . I want the string "word" as input for my search url (which is www.host.com/search.do?keyword).
Does anyone know how to do this?