本文介绍了如何在另一台本地计算机上访问我的 Wamp 服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在另一台计算机上访问我的本地 wamp 服务器
How can i access my local wamp server on another computer
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
</Directory>
我在 http.config 文件中使用此代码但不起作用
i use this code in http.config file but not work
推荐答案
您可以简单地使用 WAMP 服务器的 Put Online
选项,您可以使用当前系统 IP 地址并直接从另一台电脑.
You could simply use the Put Online
option of your WAMP Server and you can use this current system IP address and to directly access from the other computer.
在系统托盘上执行此操作
Do this on system tray
然后,您可以使用 ipconfig
或 whatismyip.com
网站,然后在另一个系统上访问它.
Then, you could find your IP address using typing ipconfig
or whatismyip.com
website and then access it on another system.
这篇关于如何在另一台本地计算机上访问我的 Wamp 服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!