I've install wamp on my computer, but it's not working, the icon is green but when I try to access the file (my project) I put in the www folder trough the virtual LocalHost I have a blank page. Can someone help me please ?
Please check that there is an index page in the first root directory of your project. That is if its a PHP web application there has to be an index.php page in the first root directory of your project.
Second make sure all the services on your wamp server are turned on. Then access your project like this:
http://localhost/yourProjectName/ or http://localhost/yourProjectName/index.php
Please also check for spelling errors, its very important.