X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2F.htaccess.in;h=af51870920d67b567860f125f4931d10a7f70855;hb=bdbda592dfa0fe34eb359adf1f90082ec313b8fb;hp=d40456952bcf28dc21c48c3d6139ac51b510b136;hpb=ee71865181e96e7b0754ef9e7da4b3cb26f4c1d7;p=platal.git diff --git a/htdocs/.htaccess.in b/htdocs/.htaccess.in index d404569..af51870 100644 --- a/htdocs/.htaccess.in +++ b/htdocs/.htaccess.in @@ -10,6 +10,7 @@ RewriteRule ^(.*)$ ?n=$1 [L,QSA] # Caches the immutable resources for seven days. Generated files (images and JS # served by PHP) are not affected. ExpiresActive On +ExpiresByType application/javascript "access plus 7 days" ExpiresByType application/x-javascript "access plus 7 days" ExpiresByType image/gif "access plus 7 days" ExpiresByType image/jpeg "access plus 7 days"