Page 1 of 1

Access localhost from other computers

PostPosted: 29. May 2011 02:15
by chito
Hi im trying to access my localhost, setup on Pc, from my iphone, which is essentially another PC on my wireless network at home.

I have no idea how set this up, can anyone help me do this?

Re: Access localhost from other computers

PostPosted: 29. May 2011 05:28
by ottocyyap
Open the "cmd" on your server, type "ipconfig" to check your LAN ip.

For example: 192.168.1.30

Access your localhost from other computer, your url shoud be: http://192.168.1.30:80

Since Port 80 is default for HTTP.