... and, FWIW, here's the .htaccess file for the Kindle updates on ixtab.tk:
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)Update_kindle_5.1.0.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/Update_kindle_5.1.0.bin [L,R=301]
RewriteRule ^(.*)Update_kindle_5.1.2.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/Update_kindle_5.1.2.bin [L,R=301]
RewriteRule ^(.*)update_kindle_5.3.0.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/update_kindle_5.3.0.bin [L,R=301]
RewriteRule ^(.*)update_kindle_5.3.1.bin$ http://kindle.s3.amazonaws.com/update_kindle_5.3.1.bin [L,R=301]
RewriteRule ^(.*)Update_kindle_5.3.2.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/Update_kindle_5.3.2.bin [L,R=301]
RewriteRule ^(.*)Update_kindle_5.3.2.1.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/Update_kindle_5.3.2.1.bin [L,R=301]
RewriteRule ^(.*)update_kindle_5.3.3.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/update_kindle_5.3.3.bin [L,R=301]
RewriteRule ^(.*)update_kindle_5.3.4.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/update_kindle_5.3.4.bin [L,R=301]
RewriteRule ^(.*)update_kindle_5.3.5.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/update_kindle_5.3.5.bin [L,R=301]
RewriteRule ^(.*)update_kindle_5.3.6.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/update_kindle_5.3.6.bin [L,R=301]
RewriteRule ^(.*)update_kindle_5.3.7.bin$ http://s3.amazonaws.com/G7G_FirmwareUpdates_WebDownloads/update_kindle_5.3.7.bin [L,R=301]
Translation: You are actually downloading the file from Amazon, not from my server. The downloads would generate way too much traffic if I served them directly. (But yes, the files are mirrored there. Just in case some of the "official" download locations go down in the future).