Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:cache:lscjoomla [2018/03/09 15:12]
Eric Leu [Prerequisites]
litespeed_wiki:cache:lscjoomla [2020/10/10 14:02] (current)
Lisa Clarke Fixed redirect
Line 1: Line 1:
-====== LiteSpeed Cache for Joomla ====== +~~REDIRECT>​https://docs.litespeedtech.com/​lscache/lscjoomla/~~
- +
-The LiteSpeed Cache plugin is a high-performance cache component for Joomla sites running on a LiteSpeed web server. +
- +
-The LiteSpeed Cache extension is released under the GNU General Public Licence (GPL). +
- +
-See [[https://www.litespeedtech.com/​products/cache-plugins|our website]] for more information. +
- +
-===== Prerequisites ===== +
- +
-This version of LiteSpeed Cache requires Joomla 3.x or later and LiteSpeed Web Server 5.2.3 or later. +
- +
-Before installing and activating **lscjoomla**, Deactivate any other full-page cache modules (such as  "​System - Page Cache"​). +
- +
-===== Installing ===== +
- +
-Modify the ''​.htaccess''​ file in the Joomla site directory, adding the following directives:​ +
- +
-<​code><​IfModule LiteSpeed>​ +
-    CacheLookup on +
-</IfModule>​ +
-</​code>​ +
- +
-If your Joomla site has a separate mobile view, please add the following directives:​ +
-<​code>​ +
-<​IfModule LiteSpeed>​ +
-    RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/​|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC] RewriteRule .* - [E=Cache-Control:​vary=ismobile] +
-</​IfModule>​ +
-</​code>​ +
-Download [[https://​github.com/​litespeedtech/​lscache-joomla|com_lscache]] and [[https://​github.com/​litespeedtech/​lscache-joomla|lscache_plugin]],​ ZIP the directories together and install the zip file using the Joomla Administrator menu: **Extensions > Manage > Install > Upload Package File**. +
- +
-Enable the LiteSpeed Cache Plugin using the Administrator menu: **Extensions > Plugins**. +
- +
-===== Configuration ===== +
- +
-Using the Joomla Administrator menu: **Components > LiteSpeed Cache**, click the **Options** button to change LiteSpeed Cache settings. +
  • Admin
  • Last modified: 2018/03/09 15:12
  • by Eric Leu