Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2370

General Questions/New to Joomla! 5.x • Re: How to disable custom search module

$
0
0
Check that the System Page Cache Plugin is not enabled by mistanke.
"System - Page Cache" is disabled.

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();
I am not sure if this will fix the error. I am still testing...

Statistics: Posted by vicn1222 — Mon Jan 22, 2024 12:29 am



Viewing all articles
Browse latest Browse all 2370

Trending Articles