I want to share my PHP App running on WAMP with my friends from my Home PC,
Is there any way?
As every PC has an unique IP Address can that be used in any way to act like a server [a tiny one]?
|
I want to share my PHP App running on WAMP with my friends from my Home PC, As every PC has an unique IP Address can that be used in any way to act like a server [a tiny one]?
| |||||||
feedback
|
This question came from our site for system administrators and desktop support professionals.
| |||
|
feedback
|
|
You could set up a lightweight webserver package for Windows like xampp. Then, you can configure xampp to be accessible to outside devices (by default it only responds on localhost, but you can change that easily in its settings interface). You'd then need to configure your router to forward port 80 to the correct computer, if you have a router. Edit: | |||||||||
feedback
|
|
Try localtunnel or showoff.io -- they were designed for exactly this purpose ("the easiest way to share localhost web servers to the rest of the world"). | |||
|
feedback
|
|
You can install Xampp on a separate box. Set the IP address as fixed like 192.168.1.200 . Then the other local computers can use it. In the browser address line put 192.168.1.200 . Here is a link to the Lite version. http://download.cnet.com/XAMPP-Lite/3000-10248_4-75157363.html | |||
|
feedback
|