Specifing Expiration Date For Static File's Caches

前端 未结 5 983
春和景丽
春和景丽 2021-01-31 00:33

When i test my website for SpeedTest i\'m seeing a lot of expiration not specified error.You can see at this page .

I added this code to my .htaccess f

5条回答
  •  暖寄归人
    2021-01-31 00:56

    You just need to add:

    ExpiresByType application/javascript "access plus 1 year"
    

提交回复
热议问题