I installed Eclipse with PDT. I installed PHP 8.3 with chocolatery. I setup a built in server inside eclipse to run PHP. I added my PHP project folder as a COnfigured resource in the server. I try to run my PHP project. But i get 404 not found. It seems like it just cant get the source files and i dont know why. I add images of my configuration. If something is missing, tell me and ill add.
I also tested PHPStorm free trial. And there its just press run and it works. THe way i would like things to be in eclipse, since phpstorm is expencive.





[Wed Sep 4 08:41:21 2024] PHP 8.3.11 Development Server (http://127.0.0.1:8080) started
[Wed Sep 4 08:41:22 2024] 127.0.0.1:49236 Accepted
[Wed Sep 4 08:41:22 2024] 127.0.0.1:49236 [404]: GET / - No such file or directory
[Wed Sep 4 08:41:22 2024] 127.0.0.1:49236 Closing
[Wed Sep 4 08:41:23 2024] 127.0.0.1:49252 Accepted
[Wed Sep 4 08:41:23 2024] 127.0.0.1:49252 [404]: GET /Learning/hello.php - No such file or directory
[Wed Sep 4 08:41:23 2024] 127.0.0.1:49252 Closing
[Wed Sep 4 08:41:23 2024] 127.0.0.1:49253 Accepted
[Wed Sep 4 08:41:23 2024] 127.0.0.1:49253 [404]: GET /favicon.ico - No such file or directory
[Wed Sep 4 08:41:23 2024] 127.0.0.1:49253 Closing
Also added server config inside the eclipse. maybe that helps. Maybe document root is wrong, but i dont know what sohuld be right one.