Search results

  1. serpent_driver

    Problems with webvisor Yandex metrics.

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

    LSCache plugin for Joomla! 4 and administration errors

    This code is automatically added during plugin installation, so someone seems to have removed it?
  3. serpent_driver

    Cart/favorites/comparsion counter problem.

    Check this and try if it helps: https://docs.litespeedtech.com/lscache/lscps/troubleshoot/#logged-in-username-not-showing
  4. serpent_driver

    OpenLiteSpeed Not Full Supportive of Apache .htaccess

    OpenLiteSpeed has no problems with the .htaccess. With OLS, the handling is just different. If you want to know more about it, please use the support forum for OLS. This forum is for the LiteSpeed Enterprise web server. https://forum.openlitespeed.org/
  5. serpent_driver

    301 Redirects not working

    Would you post an example of your redirect rules?
  6. serpent_driver

    LiteSpeed LScache for phpbb2.x and phpbb3.x [available]

    For the one I developed needs only to modify .htaccess and no modifications in php files are needed. It works with logged-in users as well as with guests, but phpbb isn't a cache friendly application. However, this does not refer to the phpbb code, but to the fact that every new post or thread...
  7. serpent_driver

    Google Search Console Error

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

    LiteSpeed LScache for phpbb2.x and phpbb3.x [available]

    Active? No. It doesn't make any sense to make LScache for phpbb available.
  9. serpent_driver

    Php 8.1 support

    https://www.litespeedtech.com/benchmarks
  10. serpent_driver

    Is it common for support to ghost you?

    I would be happy to teach you how to generate dynamic and individual error pages with PHP.
  11. serpent_driver

    Is it common for support to ghost you?

    Just add the missing function to https://www.litespeedtech.com/support/forum/forums/feedback-feature-requests.10/
  12. serpent_driver

    Is it common for support to ghost you?

    As you have already been informed by LiteSpeed Support, the LSWS is almost, again almost, compatible with Apache, but not completely. You're welcome to criticize that, but there's no reason for that, because no one claims that the LSWS is fully compatible with the Apache web server. LiteSpeed is...
  13. serpent_driver

    Problem with css desktop/mobile version

    @regedit17 I forgot to tell you that there is a solution to your problem. This crawler fixes the issue: https://www.cachecrawler.com/
  14. serpent_driver

    Is it common for support to ghost you?

    Sorry, but I don't understand your problem. LiteSpeed Support has given you sufficient information, but with the consequence that what you want is not possible with LSWS. Your criticism of LiteSpeed Support can therefore not be justified by the fact that you no longer receive a reaction from...
  15. serpent_driver

    Problem with css desktop/mobile version

    1. Remove the plugin or 2. Wait for new release or 3. Search for an LScache expert that can help you. Sorry, I have no better answer.
  16. serpent_driver

    How to speedup website when ads are on website

    Remove ads. You can't expect your site to load as fast if you use ads.
  17. serpent_driver

    Problem with css desktop/mobile version

    FYI: The code of the plugin has all functions to make Mobile View and some other features of the plugin work, but a function to write cache varies into .htaccess is missing, so this plugin seems to be unfinished.
  18. serpent_driver

    Joomla PHP Exception /plugins/system/lscache/lscache.php Line: 67

    Please check this: https://www.litespeedtech.com/support/forum/threads/with-php8-x-i-get-an-error-has-occurred-attempt-to-assign-property-id-on-null.21109/
  19. serpent_driver

    phpbb3 litespeed cache

    There is no cache plugin for phpbb3, so which application or cache plugin do you talk about?
  20. serpent_driver

    "UseCanonicalName Off" equivalent

    Why don't you use traditional forwarding? Doesn't need a special module and always works. RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
Top