仅在某个目录中的文件上将 Content-Disposition 标头设置为附件? [英] Set Content-Disposition header to attachment only on files in a certain directory?

查看:18
本文介绍了仅在某个目录中的文件上将 Content-Disposition 标头设置为附件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的 htaccess 文件中有这条规则来强制下载链接的文件而不是在浏览器中打开:

I've got this this rule in my htaccess file to force linked files to download rather than open in the browser:

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

有没有办法改变 RegExp 使其仅适用于某个目录中的文件?

Is there a way to alter the RegExp so it only applies to files in a certain directory?

谢谢

推荐答案

您可能需要将指令放在特定目录的 .htaccess 文件中.

You will probably need to put the directives in the .htaccess file in the particular directory.

这篇关于仅在某个目录中的文件上将 Content-Disposition 标头设置为附件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆