DearDiary#0014

I saw a post saying that redirecting to /404 when an invalid or inaccessible URL is requested isn't a good idea. Apparently, one main reason is that it could confuse users since they'll end up on unintended URLs. Makes sense, huh? Using a wildcard route to display a 404 page sounds like a good idea.