I have an php backend, with 3 classes that manage my little program api rest, i done the first event.php and the api rest works well, so i done user.php same thing all working, then i done login.php and now works, but also the other pages are in 404, not found i really cannot understand why, i cannot reach them anymore. Someone can have some idea?
i use slimapp framework so i have method like this:
$app->post("/user/add", function(Request $request, Response $response)
before the code perfectly worked but now after i did login page every other api not works anymore even if i delete new page.