在文件查看和下载之间切换htaccess

时间:2019-01-16 10:38:48

标签: apache .htaccess

是否可以创建.htaccess条件以允许用户下载视频或在浏览器中观看视频?

如果条件1:

Just view the file

如果条件2:

<FilesMatch "\.(mov|mp3|webm|ogg|mp4|wmv)$">
   ForceType application/octet-stream
   Header set Content-Disposition attachment
</FilesMatch>

0 个答案:

没有答案