Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 WAMP 切换到 XAMPP,而 XAMPP 破坏了我的虚拟主机。它不允许访问它们。
“您无权访问所请求的目录。没有索引文档或该目录被读保护。”
Apache 错误日志说:
“[错误] [客户端 127.0.0.1] 客户端被服务器配置拒绝”
为了使虚拟主机工作,WAMP 设置了 XAMPP 没有设置什么?
一些可能的原因:
您缺少<Directory>允许访问该文件树的容器:
<Directory>
<Directory "C:/Foo/Bar/"> Order allow,deny Allow from all </Directory>
您正在使用 PHP 但index.php未定义为目录索引:
index.php
DirectoryIndex index.php
目录被读保护