I\'m trying to post .ipa files onto our apache web server for our beta testers to download. Currently I\'m using the following line in .htaccess to serve the files:
A .ipa
file is a zip file:
$ file 'Kindle 2.2.1.ipa'
Kindle 2.2.1.ipa: Zip archive data, at least v1.0 to extract
That's likely why IE is helpfully changing the extension for you. Microsoft's documentation seems to indicate that might be the case:
Internet Explorer sets the file name extension of a downloaded file based on a few pieces of information available from the HTTP server and from the file itself.