Thread Starter
zamros
(@zamros)
Ignore this; I’ve solved the problem.
It appears that the code I copied had a punctuation mark problem, therefore I used another one like this:
if (strpos($_SERVER[‘REQUEST_URI’], “sitemap”) !== FALSE) {
define( ‘LITESPEED_DISABLE_ALL’, true );
}
So it works! Thanks guys.
Regards
-
This reply was modified 4 years, 6 months ago by zamros.