The INVO and Vokuro project doesn't work, it always show the index page, no any other error.
The code in other page never get run.
Finnaly fix this issue, it's terrible problem, takes several hours to fix it.
Here is the solution:
Add
if (!isset($_GET['_url'])) { $router->setUriSource(Phalcon\Mvc\Router::URI_SOURCE_SERVER_REQUEST_URI); }
to app/config/routes.php
i think your htaccess / apache / nginx wasnt configured properly ?
This is not phalcon issue, it's your server.