Apache:有没有办法在FilesMatch中使用REMOTE_USER?

时间:2012-06-26 13:23:33

标签: apache .htaccess authentication

用户名:foo@foobar.com

那么允许用户访问以他的名字开头的任何文件的最佳方法是什么? (例如foo_bar.pdf,foo.txt,footree.log)

# ... other authentication stuff here ...

RewriteCond %{REMOTE_USER} ^(.*?)@
<FilesMatch "%1.*?\..*">
   require valid-user
</FilesMatch>

0 个答案:

没有答案