我已经安装了XAMPP,里面有一个htdocs
文件夹和index.html
文件,当我试图通过http://localhost/xampp/htdocs/index.html
在浏览器中打开它时,它显示无法连接到本地主机。
出什么问题了?
发布于 2015-05-07 17:13:30
而不是
http://localhost/xampp/htdocs/index.html
试一试
http://localhost/index.html
或者如果index.html保存在htdocs中的文件夹中,则
http://localhost/<folder-name>/index.html
https://stackoverflow.com/questions/15055171
复制相似问题