Dear All,
             I have installed a BT device on my PC, & I'm connecting my mobile to my PC successfully, but I want to setup my PC & mobile in a such way that my PC will act as http & database server (Apace, Mysql) and my mobile as client.

I've wamp installed & configured on PC, but I don't know how to view localhost on my mobile's browser (i.e. Whenever I'm trying to open http://localhost/ or 127.0.0.1 it is trying to search on internet not the intranet).

Is it possible to view/browse local http server from mobile.Anyone please help me.

link|improve this question
feedback

migrated from stackoverflow.com Dec 19 '10 at 6:57

This question came from our site for professional and enthusiast programmers.

2 Answers

You may want to take a look at GnuBox, Hiisi or miniBTProxy.

link|improve this answer
feedback

localhost/127.0.0.1 is always the local host, i.e. the device you're trying to open the URL on. localhost on your PC is your PC, localhost on your phone is your phone.

If you want to connect to your PC from your phone, use the PC's IP address.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown