Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 FTP 上上传了一张图片,因为它们非常大(有时大于 10MB),它们的显示需要很多时间,有时根本不显示。
这就是为什么我想拒绝显示这些文件并只允许用户下载它们 - 怎么做?
这是我一直在寻找的。
进入.htaccess
.htaccess
<Files *.pdf> Header set Content-Disposition attachment </Files>