标签: 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>