I want to provide a URL such as "...mysite.com/my_installer.exe", but I want to be able to make it point to the latest version of my installer.
So if I create version 2 of the installer, the url will download "...my_installer_v2.exe".
I've looked at general URL redirection - 301 redirects, .htaccess etc - but they seem to be geared towards web pages, I'm not clear which, if any, would be appropriate, or if I should be approaching it differently.
If it's relevant, I'm on an apache server, using a PHP based CMS (Textpattern).