0
我在.htaccess這些條目:的.htaccess創建錯誤500
<FilesMatch "\.(txt)$">
AuthType Basic
AuthName "Authentication required"
AuthUserFile .htpasswd
require adelein
</FilesMatch>
有了這個htpasswd的:
adelein:$apr1$cs4ixtev$kqAo2aH1VgZR9mbo.RnH80
有什麼不對?
請告訴我你的問題? – starkeen
用戶:密碼對話框不會出現! –
刪除** require .. **這一行對服務器來說是一個無效的命令,同時你也在filesmatch裏面使用密碼保護,密碼對話框只會包含.txt文件。 – starkeen