XAMPP 问题,访问被禁止...寻找 d:\xampp 而不是 c:\xampp

发布于 2024-08-26 22:02:10 字数 305 浏览 1 评论 0原文

我已经使用 xampp 一段时间了,没有任何问题。今天突然启动 xampp,当我尝试访问本地主机时收到“Error 403 Access Forbidden”。

当我检查 apache 的错误日志时,它显示:

[Mon Mar 22 21:48:57 2010] [error] [client 127.0.0.1] client returned by server configuration: D:/xaamp

这很奇怪,首先应该如此说“C:”,其次说“Xampp”(不是xaamp)。我要在哪里更改这是我的配置文件。不知道这是怎么发生的。

I have been using xampp for a while now without any problem. All of a sudden I start xampp today and I am getting an "Error 403 Access Forbidden" when I try to go to my Localhost.

When I check the error logs for apache it says:

[Mon Mar 22 21:48:57 2010] [error] [client 127.0.0.1] client denied by server configuration: D:/xaamp

This is strange, it should first of all say "C:" and second of all say "Xampp" (not xaamp). Where would I change this is my config files. Have no idea how this could have happened.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮凉 2024-09-02 22:02:10

我认为这将是 Apache 配置问题。该配置应该在您的 httpd.conf 中的以下位置找到:

\xampp\apache\conf\httpd.conf

然后找到这个属性:

DocumentRoot

它说什么?应该说:

DocumentRoot "C:\xampp\htdocs"

I think this will be an Apache configuration problem. The configuration should be found in your httpd.conf at the location below:

\xampp\apache\conf\httpd.conf

Then find this property:

DocumentRoot

What does it say? It should say:

DocumentRoot "C:\xampp\htdocs"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文