Setting up apache to serve PHP when an MP3 file is requested

前端 未结 4 1936
广开言路
广开言路 2020-12-09 12:37

I\'m working on a way to serve up MP3 files through PHP and after some help form the SO massive, I got it working here

However, that example doesn\'t appear to work

4条回答
  •  情书的邮戳
    2020-12-09 12:58

    Use the header x-sendfile instead of readfile for better performanse.

    http://john.guen.in/past/2007/4/17/send_files_faster_with_xsendfile/

提交回复
热议问题