So yesterday i installed WAMP server and if I run it, the icon is green saying all of the services are running. I changed the port to the 8080 because 80 was used by some Windows process.
localhost:8080
gets me to the WAMP homepage, but if I click any of my projects (they appear in the homepage), I get 404 not found error.
I tried
localhost:8080/test/index.php
I'm pretty sure the solution for this is easy but I can't wrap my head around it, thank you.