Have you configure IP address in apache you webserver? If not please do it followings way..
You have to change a line in your apache ..
apache/httpd.conf
ServerName localhost [existing]
ServerName 192.168.1.x [After change]
Now you type the IP address in browser and have fun.
Cheers, Yours Udin