alexking.org

Menu

  • Blog
  • Projects
  • Tweets
  • Golf
  • About
  • Contact

Workaround for IE/SSL Problem

November 3, 2004

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>

Other Recent-ish Posts of Note on This Site

  • We’ve Made Web Development Complicated

    When I first made my transition from front-end development into back-end development in ~2002, I had two things to learn: a…

  • Every New Hire Has Three Jobs

    At Crowd Favorite we’re getting ready to hire several developers. I’ve been told that our on-boarding process can…

  • Owning Your Online Identity

    I’ve put up a post on the Crowd Favorite blog about how I use WordPress and the FavePersonal theme (free!) to own my…

5 Replies

Categories Development

  • 5 Replies
  • 0 Comments
  • 0 Tweets
  • 0 Facebook
  • 0 Pingbacks
Last reply was June 6, 2008