作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 .htaccess 文件中为过期 header 添加了以下代码。它适用于所有文件,但不适用于 google translate css 和 js 文件。
<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault "access plus 1 month"
# My favicon
ExpiresByType image/x-icon "access plus 1 year"
# Images
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/svg "access plus 1 month"
# CSS
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/plain "access plus 1 month"
# Javascript
ExpiresByType application/javascript "access plus 1 year"
ExpiresByType application/x-javascript "access plus 1 month"
</IfModule>
谁能解释一下这是什么原因。
最佳答案
尝试
ExpiresByType text/x-javascript "访问 1 个月"
关于jquery - 如何在 .htaccess 文件中添加过期 header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37026725/
我是一名优秀的程序员,十分优秀!