如何在强制使用.mp4
和.pdf
下载的.htaccess
文件中创buildApache指令? 目前它们出现在浏览器窗口中。 相反,我想要一个下载文件对话框出现。
将以下内容添加到.htaccess文件中:
<Files *.mp4> ForceType application/octet-stream Header set Content-Disposition attachment </Files> <Files *.pdf> ForceType application/octet-stream Header set Content-Disposition attachment </Files>