phpstudy Apache和mysql成功启动却打不开本地站点

重启apace之后弹窗可能提示“AH00112: Warning: DocumentRoot [D:/phpstudy_pro/WWW/xxxxxxxxx] does not exist 站点目录不存在,请检查站点目录是否被删除”

并且打不开站点,

解决方法:

查看phpstudy->设置->配置文件->hosts

打开hosts文件,查看里面的127.0.0.1本地域名设置

# localhost name resolution is handled within DNS itself.
127.0.0.1 localhost
127.0.0.1  beihongyang
127.0.0.1  zhongbei
127.0.0.1  xxxxxxxxx

上面127.0.0.1后面,是你的本地站点域名,如果没有, 加入进去,

再次重启phpstudy,即可成功打开站点

阅读剩余
THE END