有人可以更新我 PHPlist 接受或使用的文件扩展名列表。
拒绝访问所有文件
<FilesMatch “^.*$”>
要求全部拒绝
拒绝访问所有文件
允许具有特别批准的文件扩展名的文件
<FilesMatch “^.*.(css|html?|js|pdf|txt|xml|xsl|gif|ico|jpe?g|png)$”>
要求所有授予
有人可以更新我 PHPlist 接受或使用的文件扩展名列表。
<FilesMatch “^.*$”>
要求全部拒绝
允许具有特别批准的文件扩展名的文件
<FilesMatch “^.*.(css|html?|js|pdf|txt|xml|xsl|gif|ico|jpe?g|png)$”>
要求所有授予