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.
我的网站上有一些 mp3 文件,我想使用 SCM 音乐播放器进行流式传输,但是如果我为目录设置密码或重定向方法,那么流式传输显然不起作用。有没有其他方法可以禁用文件下载但仍然可以通过音乐播放器流式传输文件?
解决方案:
.htaccess我使用这一行禁用了索引:
.htaccess
Options -Indexes
将文件存储在数据库而不是目录中
试着放
<Files ~ "\.(mp3)$"> Order allow,deny Deny from all </Files>
在您的 .htaccess 中,这可能也会拒绝您的音乐播放器的 mp3,但您可以轻松配置 .htaccess 以允许来自您的 IP 或域的 mp3