Home >Backend Development >PHP Tutorial >一切正常为何localhost和127.0.0.1无法访问?

一切正常为何localhost和127.0.0.1无法访问?

WBOY
WBOYOriginal
2016-06-06 20:11:242437browse

一切正常 为何localhost和127都没发访问?
环境是phpstudy

回复内容:

一切正常 为何localhost和127都没发访问?
环境是phpstudy

记住一句话

计算机永远是对的

它告诉你不能访问, 那事实就是不能访问. 所以"一切正常"只是你自己的YY而已. 好好查问题吧.

你怎么判定一切正常

看看端口是不是80,我今天刚遇到,

1、防火墙问题被拦截?
2、端口设置正确了?
3、80端口已有别的应用占用了服务启动失败了?
telnet 127.0.0.1 80端口检查连接应答是否正常。
检查host的localhost是否能正常解析
检查是否设置了proxy导致连接出问题
...

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn