mysite.ru/1.jpg?download=1
<FilesMatch "\?download=1$">
Header set Content-Disposition attachment
</FilesMatch>
Header set Content-Disposition attachment "expr=%{QUERY_STRING} == 'download=1'"
Header set Content-Disposition attachment env=attach
RewriteCond %{QUERY_STRING} =download=1
RewriteRule ^ - [E=attach:1]