So when Phalcon cannot find the requested controller/action, he shows a message like : PhalconException: WrongController handler class cannot be loaded Or PhalconException: Action 'wrong' was not found on handler 'post'
How to forward any wrong url request to a 404 not found page (e.g: NotfoundController/indexAction) that I will show a cool 404 not found page, and not showing a PhalconException ...
Sorry for these questions, but I'm a new Phalcon user. Thank you.