I use the Wamp Server on my computer, but whenever I try to access on of my projects from the localhost homepage, in the www file;
I get redirected to a Page not found error.
When I hover above the links the directory always comes up “http:// ProjectFolderNameHere /” when it’s supposed to be “http:// LocalHost:8080 / ProjectFolderNameHere /”.
For sort this problem open index.php in www folder and set:
$suppress_localhost = false;
This will prepend http://localhost/ to your project links