I would like it if any Url that is not found is sent to my "Home" controller. And I mean like total garbage urls passed in Like SomeDomain/ThisIsNotAController/Goober/adsfasdf1?spacerocket. A 404 error is just confusing to many people.
How do I map a route to say Home/Index if all others fail. I know you can do this in Rails. Thanks in advance. and yes I did search for this, but I guess I don't know what to ask for
TW