apache禁止某些目录的访问

表示后缀为.gif,.jpe,.png,.txt结尾的文件不能访问

<FilesMatch \.(?i:gif|jpe?g|png|txt)$>
Order allow,deny
Deny from all
</FilesMatch>

posted @ 2021-05-11 10:48  smellycats  阅读(108)  评论(0编辑  收藏  举报