The situation: a site links to my php file, which redirects to a download file. How can i stop THIS specific site from doing this using htaccess? Say, check if the referer is from [
domain.com...] if it is, then fail the request or redirect it to another page. Is it possible? Thank you.