Php versions – MVC php not working on my shared CPanel but it does on my localhost and another CPanel from a VPS
This is my first time using PHP/MVC architecture and The problem is an error 404. I'm using MVC architecture with php. The process should be working like this: 1.The Router gets the current URL and the method used with $_SERVER['REQUEST_URI']…