Skip to content

Instantly share code, notes, and snippets.

@jorgepedret
Created June 6, 2011 22:13
Show Gist options
  • Select an option

  • Save jorgepedret/1011235 to your computer and use it in GitHub Desktop.

Select an option

Save jorgepedret/1011235 to your computer and use it in GitHub Desktop.
Force download of specific files (htaccess)
<Files *.xls>
ForceType application/octet-stream
Header set Content-Disposition attachment
</Files>
<Files *.eps>
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