Created
February 22, 2016 06:02
-
-
Save hsleonis/726318bd62907dd28a26 to your computer and use it in GitHub Desktop.
Forcing files to download in apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Files *.*> | |
| ForceType application/octet-stream | |
| </Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment