View Single Post
Old 08-20-2013, 12:36 PM   #570
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
... 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).
ixtab is offline   Reply With Quote