Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have nginx webserver and people are starting to hotlink to download.php and that gives me nothing.

I wish to add 4 white list sites from which it is possible to hotlink (domains of my site) and make others that hotlink to my site get redirected from download.php?id=32 to details.php?id=32 so they coul press the download button there and then download the file.

How could this be done?

share|improve this question

1 Answer

Check the example of the referer module. Just use a rewrite instead of the return.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.