Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Last active October 31, 2019 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpnwall-services/9f056821ef374cddbf2829ea4a2b7bf2 to your computer and use it in GitHub Desktop.
Save vpnwall-services/9f056821ef374cddbf2829ea4a2b7bf2 to your computer and use it in GitHub Desktop.
[Force File Download on IE] Force file download on IE #force #file #download #ie
# IE: force download of .xxx files
AddType application/octect-stream .xxx
<Files *.xxx>
ForceType application/octet-stream
Header Set Content-Disposition attachment
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment