标签: php apache caching
我的网站有一个仪表板,我想要禁用缓存,因为页面是动态生成的。所有仪表板页面都具有以下模式:
https://mywebsite.com/app https://mywebsite.com/app/users ...
除了上面的模式,我想缓存一切。以下.htaccess会缓存所有内容,我的信息中心页面不会更新:
.htaccess
Header set Cache-Control "max-age=290304, public"