Hello, I have an .EXE file that is linked to on my website. I would like to host this file on another site, without losing all the incoming links, that I obviously cannot change. What I am trying to do is every time someone requests the file www.mysite.com/abc.exe, I'd like them to be sent to www.anothersite.com/index.html.
How can I do this?
(I am on a Unix server, in case that helps)
Thanks!