Created
March 23, 2012 21:18
-
-
Save toddfreese/2175156 to your computer and use it in GitHub Desktop.
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
| <IfModule mod_headers.c> | |
| <filesMatch ".(gif|jpg|jpeg|png|pdf|psd|eps|tif|tiff|mov|mp4|aif|aiff|wav|wmv)$"> | |
| Header append Content-Disposition "attachment;" | |
| </filesMatch> | |
| Header add MS-Author-Via "DAV" | |
| RequestHeader set X_FORWARDED_PROTO 'https' env=https | |
| </IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment