当我尝试通过“http:// localhost / xampp / htdocs / index.html”打开HTML文件时,它说无法连接到本地主机 [英] when I try to open an HTML file through `http://localhost/xampp/htdocs/index.html` it says unable to connect to localhost

查看:4879
本文介绍了当我尝试通过“http:// localhost / xampp / htdocs / index.html”打开HTML文件时,它说无法连接到本地主机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了XAMPP,它有一个 htdocs 文件夹,里面有 index.html 文件,
当我试图通过 http://localhost/xampp/htdocs/index.html 在浏览器中打开它时,它表示
无法连接到本地主机。 / p>

有什么不对?

解决方案

而不是

  http://localhost/xampp/htdocs/index.html 

试试看

  http://localhost/index.html 

或者如果index.html保存在htdocs的文件夹中,那么

  http:// localhost /<文件夹名称> /index.html 


I have installed XAMPP , there is a htdocs folder and inside it index.html file , when I try to open it in my browser through http://localhost/xampp/htdocs/index.html it says unable to connect to localhost .

what is wrong ?

解决方案

instead of

 http://localhost/xampp/htdocs/index.html

try just

http://localhost/index.html

or if index.html is saved in a folder in htdocs then

http://localhost/<folder-name>/index.html

这篇关于当我尝试通过“http:// localhost / xampp / htdocs / index.html”打开HTML文件时,它说无法连接到本地主机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆