Lighttpd の使用を開始しました.htaccess
。応答ヘッダーを変更するこのファイルがあります。
<IfModule mod_headers.c>
Header unset Content-Type
Header unset Content-Disposition
Header set Content-Disposition attachment
Header set Content-Type application/octet-stream
Header add Content-Type application/force-download
Header add Content-Type application/download
Header unset Content-Transfer-Encoding
Header set Content-Transfer-Encoding binary
</IfModule>
これを Lighttpd で動作するように変換するにはどうすればよいですか?