我想设置.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