douping7975 2017-03-03 03:05
浏览 67
已采纳

文件版本控制以消除浏览器缓存问题

I have a web page that over_writes a CSS file when the page admin changes a few attributes through a web form and a database table. My problem is that the browser sometimes caches the old file and ignores the new version. It has been suggested to me that I should use a file versioning scheme that would basically change the name of the file so that I would never have to worry about the browser caching the old version. Is there any other way around this problem besides the versioning scheme?

  • 写回答

1条回答 默认 最新

  • doujian0265 2017-03-03 03:54
    关注

    When including your CSS file in the HTML header, you could simply add a parameter to the query string:

    <link rel="stylesheet" href="style.css?v=2">
    

    In your case, you could increment this number programmatically every time the page admin changes something (assuming you have set $cssVersion somewhere):

    <link rel="stylesheet" href="style.css?v=<?php echo $cssVersion; ?>">
    

    You would have to store $cssVersion in a database column or in a file.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度