* To enable LiteSpeed Cache if you are on our Managed/Dedicated Cloud Server, please contact our Billing Department (it's Free).
To enable LiteSpeed Cache with MediaWiki, add the following codes to the .htaccess file:-
<IfModule LiteSpeed>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^HEAD|GET$
RewriteCond %{HTTP_COOKIE} !wikidbUserID
RewriteCond %{QUERY_STRING} ^$
RewriteRule .* - [E=Cache-Control:max-age=300,L]
</IfModule>