手机热点连接wampserver心得
2019-03-30 本文已影响0人
繆賞
wampserver是在windows下将Apache+PHP+Mysql 集成环境
用到 wampserver(PC)搭建本地服务,用外部设备访问时遇到以下问题
注:需确保 本机 localhost 页面正常,及wamp安装无错误
1.PC与手机同时连接实验室无线网络,手机不可访问
用编辑器打开 http.conf 大概244行:改为
<Directory />
AllowOverride none
Require all granted
</Directory>
大概288行:改为
# onlineoffline tag - don't remove
Require all granted
大概387行:改为
<Directory "${INSTALL_DIR}/cgi-bin">
# AllowOverride None
Options None
Require all granted
</Directory>
2.打开httpd-vhosts.conf 将Directory里面内容更换为以下内容
<Directory "c:/wamp/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
Require all granted
</Directory>
修改完配置手机即可访问pc
2 PC连接手机热点,手机访问电脑失败
关闭防火墙即可!!!
此时PC IP会变化,cmd ipconfig获取ip
3 手机连接PC热点,手机无法访问
解决方法如2。
不过补充PC(WIN10)开热点 PC不管连 WIFI 或者 宽带 都可以开哟~
右键属性 一定要打开共享