Daily Archives: September 6, 2011


Amazon CloudFront 7
I found a great post by Clay Loveless who wrote a PHP script to batch invalidate files files on an Amazon Web Services CloudFront distribution. You rock, Clay. Amazon doesn’t even let us do that (yet?) via the AWS Mangament Console. Until now, when I wanted to manually invalidate a […]

Simple CloudFront Invalidation of a Single File via HTTP



Google Favicon 4
If you try to access the URL of your favicon.ico directly (http://example.com/favicon.ico) and your browser opens a “Save As” window instead of just displaying it, then your Apache isn’t set up to properly deliver the .ico file type. Add this line to your httpd.conf file: AddType image/x-icon .ico Don’t forget […]

Favicon.ico not loading? Add an AddType