Skip to content

Instantly share code, notes, and snippets.

@hsleonis
Created February 22, 2016 06:02
Show Gist options
  • Select an option

  • Save hsleonis/726318bd62907dd28a26 to your computer and use it in GitHub Desktop.

Select an option

Save hsleonis/726318bd62907dd28a26 to your computer and use it in GitHub Desktop.
Forcing files to download in apache
<Files *.*>
ForceType application/octet-stream
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment