Wait, what does your error say when you load the page? Something about the page not being allowed to be accessed by external IPs? right? If its that, open
\WAMP\bin\Apache\Apache2.2.11\conf\httpd.conf
Jump to line 232
changeit should say something similar to thatCode:Order Deny,Allow
Deny from all
Allow from 127.0.0.1
to
and restart WAMP. you should be able to see it after this.Code:Order Allow,Deny
Allow from all

