gpt4 book ai didi

cakephp - 如何在 CakePHP 中强制刷新图像和 css 文件?

转载 作者:行者123 更新时间:2023-12-02 09:59:40 28 4
gpt4 key购买 nike

我有以下问题。

我正在使用 CakePHP 进行编码,而且我是个新手。我经常需要更改网站上的一些图像或 css 文件。在网站上我总是看到旧的内容,除非我手动按键盘上的“F5”。我必须在每个使用该网站的工作场所执行此操作。

这很令人恼火,尤其是因为我不知道在哪里可以找到解决方案。我删除了 tmp 文件和 cookies。没有任何帮助,我不知道如何解决它。

你能帮我一下吗?

最佳答案

对于\webroot 下的任何内容,请参阅 core.php 中的 Asset.timestamp 设置:

/**
* Apply timestamps with the last modified time to static assets (js, css, images).
* Will append a querystring parameter containing the time the file was modified. This is
* useful for invalidating browser caches.
*
* Set to `true` to apply timestamps when debug > 0. Set to 'force' to always enable
* timestamping regardless of debug value.
*/
Configure::write('Asset.timestamp', true);


为此,您必须使用 Cake 助手来创建资源(例如 $this->Html->image()$this->Html->css() 等)

关于cakephp - 如何在 CakePHP 中强制刷新图像和 css 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14492444/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com