# 禁止通过浏览器直接访问 data 目录下的留言数据
<FilesMatch ".*">
  Order Allow,Deny
  Deny from all
</FilesMatch>
