I've placed my applications as folder in a webroot. for example :
https://site.com/myapp1 https://site.com/myapp2
in phalcon 3.x i have no problem at all. but since i use phalcon 4.x. it always shows controller not found. as it appears myapp1 is considered as controller.
i've set the router : $router->handle($_SERVER["REQUEST_URI"]);
any help is appreciated thanks