我一直在尝试使用<Files>...</Files>
指令保护文件,但是页面显示“找不到”响应。
<Files>
指令进行测试/testht/
/testht/file.php
/home/username/htpasswds/passwords
/testht/.htaccess
<Files "file.php"> AuthType Basic AuthName "Test Authentication" AuthUserFile "/home/username/htpasswds/passwords" Require valid-user </Files>
<Files>
指令进行测试AuthType Basic AuthName "Test Authentication" AuthUserFile "/home/username/htpasswds/passwords" Require valid-user
两个测试的认证屏幕
<Files>
指令进行的测试显示未找到<Files>
指令进行测试就可以了关于如何解决此问题的任何建议?