5
我有下面的代碼在.htaccess
保護與密碼文件:排除由密碼保護的一個文件在.htaccess
<FilesMatch "\.(html|htm|css|js|php|swf|swz|xml|ico|jpg|jpeg|png|txt)$">
AuthName "Member Only"
AuthType Basic
AuthUserFile /path/to/password/.htpasswd
require valid-user
</FilesMatch>
如何從這裏should_be_excluded.php
排除被密碼保護? 如果需要,我可以更改保護線,但我認爲可以在正則表達式中完成某些操作?
這不行,你試過了嗎?如果是的話,你的工作是什麼版本的Apache,你覺得可能是什麼問題? – Centurion 2011-03-10 14:23:36
@Centurion嘗試添加'滿意所有''下面'允許所有' – 2012-02-29 07:02:27