Workaround for IE/SSL Problem

If you’re having trouble downloading files (using passthrough scripts) in IE over SSL, the fix is to turn off cache headers. To do this in Apache:

<Files filename.php>
Header unset Pragma
Header unset Cache-Control
</Files>