On 27 Dec 2009, at 15:28, Jon Steinmetz wrote: > On Dec 27, 2009, at 8:59 AM, fraserhess wrote: > >> What do other folks do to prevent downloading of old versions? Does anyone >> use a 'current' symlink like iSoft-current.zip -> iSoft-1.2.3.zip? > > In my case I decided to just have one download link that was always the most > current. So,http://download.pixelresearchlabs.com/Ringer.zip. I decided I did > not need to have links to older versions so I am just maintain one link. The > advantage for me is that there has always only been one download link so even > very old references to it still point to the latest version.
I use .htaccess to provide the latest version download link: Redirect /decloner/download http://www.pixelespressoapps.com/decloner/Decloner_1.1.1.zip and also to redirect older version downloads to the latest version: Redirect /decloner/Decloner_1.0.zip http://www.pixelespressoapps.com/decloner/Decloner_1.1.1.zip -- Gleb Dolgich http://pixelespressoapps.com
