0

如何将 mp3 请求的 Content-type 标头从“audio/mpeg”重写为“audio/mp3”?

我试过了:

RewriteRule ^(.*)+\.mp3$ - [L,T=audio/mp3]

或者

<FilesMatch "(\.mp3)$">
  Header set Content-Type audio/mp3
</FilesMatch>

它对我不起作用。

提前谢谢。

4

0 回答 0