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.
我刚刚在我的服务器上上传了两个 .pdf 文件。它们都在同一个文件夹中。
第一个可以正常访问,但第二个我收到 HTTP 错误 401.3 “您无权查看此页面”
这对我来说看起来很奇怪。你知道为什么会这样吗?
如果您正在运行 linux,请检查文件系统权限。运行网络服务器的用户应该对这两个文件都有读取权限,您可以使用大多数 ftp 软件执行此操作,或者如果您有 shell 访问权限chmod a+r /path/to/your/file.pdf
chmod a+r /path/to/your/file.pdf
如果这不能解决问题,通常在日志文件中查找错误 /var/log/apache/error.log