"System - Page Cache" is disabled.Check that the System Page Cache Plugin is not enabled by mistanke.
I delete the entire Browsing history, Cookies and other site data, Cached images and files in Chrome. I add the following codes
Code:
header( 'Cache-Control: no-cache, must-revalidate' );header( 'Expires: Sat, 26 Jul 1997 05:00:00 GMT' );header( 'Location: ' . $my_url, true, 307 );exit();
Statistics: Posted by vicn1222 — Mon Jan 22, 2024 12:29 am