Is there a way to redirect the users to the homepage whenever the user enters a wrong url?
Let's say app.php/Contact
triggers a 404 error and I would like all 404 errors to be redirected to the homepage?
I am pretty sure I read that somewhere at a time, but can't find it anymore. I think it was a else statement in the config file?