本文介绍了如何将我的 WAMP 放到网上供他人访问?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想简单地打开我的计算机,让我的业务合作伙伴查看我在本地主机上开发的内容.我知道这可能存在一些安全问题,但我只想打开我的计算机几分钟.
I would like to briefly open up my computer and allow my business partener to see what I've been developing on the my localhost. I understand there are probably some security issues with this but I only want to open up my computer for a few minutes.
我需要在以下界面上设置什么才能做到这一点?
What do I need to setup on the following interfaces to do this?
- 我的无线路由器
- windows7
- WAMP
推荐答案
这对我来说在 WinXP 上很容易工作.
This works very easily for me on WinXP.
- 启动命令提示符并输入
ipconfig/all
- 获取您的本地 IP 地址 - 登录您的路由器并设置端口转发以将 HTTP 转发到您的本地 IP 地址
- 点击您的 WAMP 图标,然后再次点击Put Online"
- 转到您的远程 IP(您可以在诸如 http://www.whatsmyip.org/之类的地方找到它)>)
- Fire up the command prompt and enter
ipconfig /all
- get your local IP address - Log into your router and set up port forwarding to forward HTTP to your local IP address
- Click on your WAMP icon and click again on "Put Online"
- Go to your remote IP (you can find it somewhere like http://www.whatsmyip.org/)
这篇关于如何将我的 WAMP 放到网上供他人访问?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!