Search results

  1. serpent_driver

    LiteSpeed recrawl page after purge

    LiteSpeed cache plugin for Wordpress is a Wordpress plugin. That's why you get only support for this plugin at LiteSpeed support forum at Wordpress.
  2. serpent_driver

    LiteSpeed recrawl page after purge

    @Mantas Please read the hint at https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ This forum doesn't support LiteSpeed cache plugin for Wordpress any longer!
  3. serpent_driver

    LiteSpeed recrawl page after purge

    @Mantas Please read the hint at https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ This forum doesn't support LiteSpeed cache plugin for Wordpress any longer!
  4. serpent_driver

    LiteSpeed recrawl page after purge

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  5. serpent_driver

    Importing an Apache Vhost to Existing Litespeed Installation

    Apache to LSWS (not OLS; read what @squad4 writes) there is nothing to do. The LSWS installer does everything automatically.
  6. serpent_driver

    I have clicked on request a domain key, also waited for hours but unable to get domain key.

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  7. serpent_driver

    LSCache is enabled but not caching Plesk server

    Please create a blank PHP file and enter this code into this file: <?php phpinfo(); Upload it to your server and place it where you can access this file in browser. Request this file and search for: $_SERVER['X-LSCACHE'] "on" should be displayed.
  8. serpent_driver

    LSCache is enabled but not caching Plesk server

    Do you have LiteSpeed web server installed?
  9. serpent_driver

    Purge All - Plugin Updates - Components / Modules

    @markb FYI: The function you need does not necessarily have to be included in the cache plugin for Joomla, as it is only about triggering certain actions. Such a trigger function can also be a standalone function. You have informed LiteSpeed about the feature request on different channels, but...
  10. serpent_driver

    Separate Mobile View doesn't works

    How do you test that it doesn't work?
  11. serpent_driver

    LSCache for WordPress v4.4.5?

    Sorry you are wrong. With quic.cloud LScache plugin for Wordpress can be used with all features, cache as well.
  12. serpent_driver

    Purge All - Plugin Updates - Components / Modules

    Here: https://www.litespeedtech.com/support/forum/forums/litespeed-cache-extension-for-joomla.39/ or/and https://www.litespeedtech.com/slack or/and support@litespeedtech.com
  13. serpent_driver

    Purge All - Plugin Updates - Components / Modules

    Unfortunately, I don't know which function "Exclude Components" has, but this designation does not imply that you can use it to automatically purge the cache if it is necessary to purge the cache for whatever actions. This is especially true for 3rd plugins/modules. Surely it would be convenient...
  14. serpent_driver

    Purge All - Plugin Updates - Components / Modules

    Just request this URL: https://www.domain.com/index.php?option=com_lscache&cleancache={securewords} Replace domain.com with your domain name and use the securewords you get displayed in cache plugin, but without braces. You must request this URL manually whenever the cache should be purged...
  15. serpent_driver

    Purge All - Plugin Updates - Components / Modules

    @markb Apparently, LiteSpeed forgot a description in the cache plugin for Joomla 4 that describes what the Web Interface Secure Words are needed for. You can use the "Web Interface Secure Words" to purge the cache by requesting the URL shown in the image below. To do this, replace {securewords}...
  16. serpent_driver

    Purge All - Plugin Updates - Components / Modules

    This function refers to the Joomla plugin and not to all plugins. That's all you need.
  17. serpent_driver

    Web Host Professional OK for this VPS?

    No, license price is based on RAM and the number of domains. To verify it just write email to support@litespeedtech.com
  18. serpent_driver

    redirect rule is not wokring

    There's really no reason why the rewrite rule shouldn't work with LiteSpeed, since LiteSpeed is almost fully Apache compatible. However, the emphasis is on "almost". This is especially true when using envelopes. However, I am not aware of any limitations of conventional rewrite rules that are...
  19. serpent_driver

    redirect rule is not wokring

    Try this: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} ^\/test [NC] RewriteRule ^(.*)$ https://www.domain.com:2003 [R=301,L] </IfModule> Make sure that you have to empty the browser cache with every new attempt. A browser remembers a redirection even when it is wrong.
Top