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

not able to create signup form

am new to phalcon and folllowed the official doucmentation [https://docs.phalcon.io/en/3.3/tutorial-base](http: everything work correctly untill i clicked on signup link ! https://ibb.co/gRtSo9 https://ibb.co/hbvJvp https://ibb.co/h1cno9



85.5k

did you properly set up apache / nginx config



4.5k

Sounds like you have a routing issue.

If you are able to access the root, but not the /signup url then that is proberbly a routing issue. Could you share your routing.php (usally in the config folder) if you have one, or share the routing that you have set-up.