htaccess Tricks #5 – Usability Tricks

Minimize CSS Image Flicker in IE6 Add the following htaccess rules to minimize or even eliminate CSS background-image “flickering” in MSIE6: # minimize image flicker in IE6 ExpiresActive On ExpiresByType image/gif A2592000 ExpiresByType image/jpg A2592000 ExpiresByType image/png A2592000 Deploy Custom Error Pages Replicate the following patterns to serve your own set of custom error pages. [...]

Tags: , ,

17.Oct.08 Server Comments (0)

:)