PHP MVC Routing Issue: Page does not update
I am creating a PHP application using an MVC architecture and I’m encountering an issue where the URL changes correctly, but the page content does not update accordingly. I have set up my application with a public directory containing my index.php file which handles all routing to controllers based on URLs. However, when I try to navigate to a new page via a link, the URL updates but the content remains the same. What am I doing wrong