Options -Indexes
<IfModule mod_headers.c>
  <FilesMatch "\.exe$">
    Header set Content-Type "application/octet-stream"
    Header set Content-Disposition "attachment; filename=\"PanoramaLab-Setup.exe\""
  </FilesMatch>
</IfModule>
