Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again – Apache
I am following a tutorial to create a http server using Apache, Xampp, slim and php. I am used to javaScript and Express, so I'm a bit lost here. Here's how to folder organised: user.php <?php $app->get('/app/test', function (Request $request)…