标签:局域网 require server get ant https win10 tar hosts
在win7的时候下载了一个32位的wamp server,直接就可以用,当时写手机端的时候,会用手机测试网页。经常会出现端口占用或开启不了服务等问题。
后来安装了win10,在win10上面下载32位会出现缺少msv110.dll,然后下载了dll,发现还是有问题 ,后来直接安装64位最新版 就没有问题了。
问题在于win10缺少vcredist2012,2012版本是 msv110.dll,2015版本是msv140.dll.
下面是vcredist2012的下载地址
下载地址:
https://www.2cto.com/soft/201606/63871.html
为了测试手机想要局域网内访问,即电脑开启wifi手机连上之后,访问电脑的ip地址,就能访问电脑开启的web服务。
针对wamp版本3.0.6 php版本5.6.25
1.httpd.conf 把Require local 修改为 Require all granted
2.找到Apache conf/httpd-vhosts.conf 把Require local 修改为 Require all granted
WIN10安装wamp server提示缺少msv110.dll
标签:局域网 require server get ant https win10 tar hosts
原文地址:https://www.cnblogs.com/yaoyangding/p/12203523.html