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

problem with controllers

hi i'm follow basic tutorial in phalcon.io and everything allright until step Designing a sign up form. only default controller work and SignupController not work. for all path i try show the same result. ( show result IndexAction in class IndexController) i use default php web server. ( php -S ) and i can't use any other web servers. sorry for my language.



9.7k

Which page on phalcon.io? The documentation on Phalcon changed recently, making the exact page relevent. What is "no work"? Is it the page not showing or an error message?



79.0k
Accepted
answer

You're using internal server? Eww. Well, then you must set it up to play well with Phalcon's router component.

Here is how:

https://docs.phalcon.io/en/3.2/webserver-setup#php-built-in



1.2k

You're using internal server? Eww. Well, then you must set it up to play well with Phalcon's router component.

Here is how:

https://docs.phalcon.io/en/3.2/webserver-setup#php-built-in

Thank's. it's works