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

Symbol "-" in action and controller

Why when i go page with url //localhost/show-popup/recovery

load ShowPopupController::recoveryAction()

but when i load page //localhost/show-popup/recovery-password

load IndexController::indexAction()

Action with "-" symbol not work :(

You may need to put in custom routes for those.