gpt4 book ai didi

php - htaccess缓存和php缓存太多

转载 作者:行者123 更新时间:2023-11-29 13:18:01 25 4
gpt4 key购买 nike

好的,我有一个小问题。我认为我的 .htaccess 缓存导致了问题。我在每个页面上集成了一个很好的 PHP 缓存系统。

我还将其包含在我的 .htaccess 页面中:

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>
## EXPIRES CACHING ##

我安装了 CMS(不是 wordpress) - 当我通过 CMS 向 MYSQL 数据库提交或编辑新故事时,我会清除“缓存页面”。

一切都很好。

但是,当我在清除缓存后访问该网站时,我仍然需要进行浏览器硬刷新才能看到更新的新内容。

我可以删除 .htaccess 缓存代码吗?或者什么?

感谢您的提示。

最佳答案

您需要删除该行

过期默认“访问权限加 2 天”

它强制浏览器缓存上面未明确列出的任何内容(例如 text/html)两天,这就是您的 WordPress 帖子所发生的情况。

关于php - htaccess缓存和php缓存太多,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21221384/

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