Hi, I often test things by dumping them into a subfolder of my website. Doing this in Phalcon will give me a: Controller handler class cannot be loaded error (as there likely won't be any controller of that name).
How can I (easily) bypass this (totally ignore Phalcon)? Basically telling Phalcon that: if you can't find this controller, go look for at subfolder and do nothing (let the server serve the pages as it normally would had Phalcon not been installed).