我一直试图让它工作一个小时。
我正在使用 .htaccess 和 .htpasswd 保护目录
AuthType Basic
AuthName "Access Denied: Please Enter the Correct Information to Continue"
AuthUserFile /actual/path/based/on/php/info/.htpasswd
require valid-user
简单的东西。出于某种原因,我得到了一个 401.shtml 页面,而不是询问登录信息。
- 我试过禁用其他重定向
- 我很确定路径是正确的
- 这在另一个站点上工作得很好,只是不同的网络主机。
谢谢。