IIS Apache Nginx download apk files with IE to become zip's solution

  • 2020-05-10 23:11:44
  • OfStack

Let's talk about specific solutions

1. IIS solution

We only need to be in the server MIME type is changed to:   application/vnd android. package - archive is ok

2. APACHE solution

Install directory in Apache conf/mime types file corresponding to the position, add the following line 1, the MIME APK specified file types for application/vnd android. package - archive can:


application/vnd.android.package-archive     apk;

Just restart apache

3. NGINX solution

, if you download server for Nginx server, install directory in Nginx conf/mime types file corresponding to the position, add the following line 1, the MIME APK specified file types for application/vnd android. package - archive can:


application/vnd.android.package-archive     apk;


Related articles: