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.
我正在使用 apache 2.4,我想在我的网站上创建一个链接来下载图片。
根据我在谷歌上找到的内容,我必须输入以下几行:
<FilesMatch "\.(jpg)$"> Header set Content-Disposition attachment </FilesMatch>
但我不知道我必须把它放在哪个文件中,因为我发现的是关于.htaccess和httpd.conf文件,但这些在 Apache 2.4 上不存在。
.htaccess
httpd.conf
谢谢
选项 1:创建一个新DOCUMENT_ROOT/.htaccess文件并将此代码放在那里。
DOCUMENT_ROOT/.htaccess
选项 2:否则将此代码放在您的 Apache 配置中并重新启动您的 Apache 服务器