Hi I have set up Phalcon with no issues, but when following the tutorial I've come across a problem. When setting up IndexController with a view everything works fine, but when setting up SignupController, it says the page cannot be found. I have checked all code, double check, I pasted all the code from web site in case of a typo. It looks like it will go the index controller only and no other. I have check all permission on server, even tested with chmod to 777 just in case. The browsers response with page not found in chrome develoment tools. Can't see where problem lies.
Thanks G Smith