ExpiresActive On ExpiresDefault A1 ExpiresByType image/bmp A3600 ExpiresByType image/gif A3600 ExpiresByType image/ief A3600 Index: .htaccess =================================================================== RCS file: /cvs/drupal/drupal/.htaccess,v retrieving revision 1.58 diff -U3 -r1.58 .htaccess --- .htaccess 9 Oct 2004 20:41:49 -0000 1.58 +++ .htaccess 21 Oct 2004 18:23:10 -0000 @@ -38,6 +38,12 @@ php_value allow_call_time_pass_reference On +# Overload mod_expires variables. + + # Reduce the time dynamically generated HTML pages are cache-able. + ExpiresByType text/html A1 + + # Various rewrite rules RewriteEngine on