I would like to suggest you guys iplementing a little change on your index.php file of the www folder of WAMP Server
On" Your Projects" on line 346 we have this:
$projectContents .= '<li>'.$file.'</li>';
I suggest changing to this:
$projectContents .= '<li><a href="'.$file.'">'.$file.'</a></li>';
Just to add a link to the project to make the things easier. I didn't know how to give this suggestion so i used this forum.
On" Your Projects" on line 346 we have this:
$projectContents .= '<li>'.$file.'</li>';
I suggest changing to this:
$projectContents .= '<li><a href="'.$file.'">'.$file.'</a></li>';
Just to add a link to the project to make the things easier. I didn't know how to give this suggestion so i used this forum.