I have a project in PHP using MVC, right ... a form was created for registrations that would be sent by jQuery Ajax, but at the time of setting the url to which the form would be sent it does not find the desired Controller to execute the submit appears a NOT Found url error. I have the project in github ..
url:"/App/Controllers/RegisterController.php",
I have tried this and in several other ways, but none worked.
Who can help me thank you.