We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Always only how homepage for INVO and Vokuro project

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.



959

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



85.5k

i think your htaccess / apache / nginx wasnt configured properly ?

This is not phalcon issue, it's your server.