手机连上同一个局域网的PC,修改项目的vhost配置
<VirtualHost 172.16.6.100:80>
DocumentRoot "D:\phpStudy\WWW\mywork\many_school"
ServerName localhost
<Directory "D:\phpStudy\WWW\mywork\many_school">
Options Indexes FollowSymLinks
DirectoryIndex index.html index.php
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
posted on 2018-06-15 16:15 Alex_guoyihao 阅读(146) 评论(0) 收藏 举报
浙公网安备 33010602011771号