Created
March 26, 2017 22:49
-
-
Save afwn90cj93201nixr2e1re/4d5a5eedbb44936d3f49896a17af4d5a to your computer and use it in GitHub Desktop.
This file contains 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
AddType application/octet-stream .ini | |
AddType application/octet-stream .vdf | |
AddType application/octet-stream .res | |
AddType application/octet-stream .dll | |
AddType application/octet-stream .cmd | |
AddType application/octet-stream .vbs | |
AddType application/octet-stream .asi | |
<filesMatch "\.(cmd|bat)$"> | |
<ifModule mod_headers.c> | |
ForceType application/octet-stream | |
Header set Content-Disposition attachment | |
</ifModule> | |
</filesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment