Hi.
My notFoundAction() in ControllerBase never seems to be called.
I can do something like this; https://stackoverflow.com/questions/14071261/how-to-setup-a-404-page-in-phalcon but I thought notFoundAction() was "out-of-the-box". Didn't think I had to use ->forward(...) either.
What am I doing wrong? Thanks in advance.
(Regards from sunny Queensland, Australia)