Answer the question
In order to leave comments, you need to log in
How to make an alias with header audio on your site?
How to make an alias with header audio on your site, that is, an example:
There is a link to the song site.com/beatles.mp3
Can I intercept it without downloading, for example, my site my-site.com/beatls.mp3 took the song from here site. com/beatles.mp3
I tried to implement it this way, but no result
header('Content-Disposition: inline;filename="https://site.com/beatles.mp3"');
Answer the question
In order to leave comments, you need to log in
header("HTTP/1.1 301 Moved Permanently");
header("Location: https://site.com/beatles.mp3");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question