.htaccess Force-Download除了图像之外的所有图像

时间:2015-09-24 23:13:22

标签: apache .htaccess upload

我想设置.htaccess,因此上传不会被执行,如果他们不是图片或视频,则会被迫下载。但是我对此有一些困难,因为我曾经让它工作但是由于更改主机htaccess不再有效,它会产生500错误。

上一页.htaccess

ForceType application/octet-stream
Header set Content-Disposition attachment
<FilesMatch "(?i)\.(gif|jpe?g|png)$">
    ForceType none
    Header unset Content-Disposition
</FilesMatch>

Header set X-Content-Type-Options nosniff

0 个答案:

没有答案