* 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 Joomla, look for the following line in your Joomla's .htaccess file:-
########## End - Rewrite rules to block out some common exploits
Immediately below the line, add the following:-
<IfModule LiteSpeed>
RewriteEngine On
RewriteRule .* - [E=Cache-Control:max-age=120]
RewriteCond %{REQUEST_URI} ^/administrator/ [OR]
RewriteCond %{HTTP_HOST} ^admin.YourDomain.com$ [NC]
RewriteRule .* - [E=Cache-Control:no-cache]
</IfModule>
Replace YourDomain.com with your Joomla domain name.