【发布时间】:2012-03-24 17:41:35
【问题描述】:
我正在尝试通过 Chrome 浏览器访问我的 xampp 上的 localhost,但我收到以下错误消息:
Object not found!
The requested URL was not found on this server. If you entered the
URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
Apache 和 MySQL 已开启,所以我不明白。
【问题讨论】:
-
也许尝试在您的一个不工作的虚拟主机中创建一个名为 test.html 的常规 html 文件。然后尝试访问该网址。这应该会给你一些关于可能是什么问题的线索。
-
如果文件扩展名被关闭,您可能会收到此错误,因此您不小心创建了一个名为
index.php.txt的文件,该文件将找不到。