Hello, I got a problem with Phalcon. I got a AdminController, with a usersAction() in it (to use /admin/users) but the only problem is, the page loads, when i use a post on the page (see https://gist.github.com/KindlyFire/d70b333b5dccb3eb97a9 ) it doesn't work, but only with the "ban". Also, why does main page loads on local but not at all on my server ? Phalcon is installed correctly and /beta and /beta/register also works. Something also, Phalcon isn't verbose at all in log file.
Also note, i got 2.0.1 on my computer and 2.0.3 on me server.