can't download .apk file from server
问题 I have an apk file on my server (which is hosted on Hostinger) CentOS OS now I want users to download that file from my server. but when I point the url to the apk location it says 404 page not found while I know there are entire web sites dedicated to doing it. I tried modifying htaccess file AddType application/octet-stream .apk then AddType application/vnd.android.package-archive .apk then <Files *.*> ForceType application/octet-stream </Files> but that doesn't seem to work. even tried