Got it. I received the following message:
Quote: "Forbidden
You don't have permission to access / on this server."
This means the IP works and Apache is operational, but apache is not configured correctly to display any page. Likely it's not set to display the contents of a directory, and you have no index.html/index.php in the /webroot directory so it's got nothing to deliver.
It could be other problems too, but that's what I'd check first. Anwyay, like I said, to access it, use your local IP, like 127.0.0.1 or 192.168.x.x.
[edit] there it goes. I see you got wamp up and running on that ip now. [/edit]