标签: apache .htaccess authentication
用户名:foo@foobar.com
foo@foobar.com
那么允许用户访问以他的名字开头的任何文件的最佳方法是什么? (例如foo_bar.pdf,foo.txt,footree.log)
# ... other authentication stuff here ... RewriteCond %{REMOTE_USER} ^(.*?)@ <FilesMatch "%1.*?\..*"> require valid-user </FilesMatch>