I'm developing PHP and I use WAMP.
How can I set my stuff up in order to be able to see my PHP just by typing my computer's IP into the address bar of a browser?
I'm running Windows Vista with the latest WAMP and I use a dlink router.
|
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
If you have the service running it should be able to recognize the request. You will probably have to open a hole in your firewall for it to be able to communicate though. Port 80 is for http traffic. | |||
|
feedback
|
|
IF your WAMP stack is setup correctly AND your php-based code is installed in the right place, you should be able to see it in operation by pointing your browser to its own host machine eg: | |||
|
feedback
|
|
You need to configure your modem/router for forward your port:80 to your development computer's network ip address. Example Config:
More Info: http://en.wikipedia.org/wiki/Port_forwarding | |||||||||
feedback
|