wbntff Did you remove the code from the .htaccess
file? Specifically, the line CacheLookup on
?
Or, change the <IfModule LiteSpeed>
block to the following:
<IfModule LiteSpeed>
CacheLookup on
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^HEAD|GET$
RewriteRule .* - [E="cache-control:no-cache"]
</IfModule>
Next, enable the extension, clear the LSCache (not the Flarum cache), disable the extension, and then remove this code from the .htaccess
file or remove the CacheLookup on
line.
Another option would be to ask your hosting provider to clear the LSCache from the server.