我想强制使用外部域使用PHP下载更大的文件。我尝试了很多事情(尤其是cURL),例如How to protect a file on sub-domain of main site from download without auth in wordpress,How to force download of big files without using too much memory?等,但是都无法正常工作(对于较小的文件也可以正常工作,或者文件在同一域中存在)。谁能提供解决方案?
mod_xsendfile
在这种情况下是否可以工作(来自外部域的较大文件)?