Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
毫无疑问,这是一个愚蠢的问题,但我似乎无法找到答案。
我刚刚在我的 htaccess 中添加了 mod_deflate 和 header expire
<FilesMatch "\.(txt|xml|js|css)$"> Header set Cache-Control "max-age=604800" </FilesMatch>
我的问题是,如果我更新 CSS 表,我的访问者的浏览器会发现它已被修改,还是会完全忽略它并且在它过期(一周后)之前不会再次获取它?
谢谢