Search results

  1. Cold-Egg

    Can't access :8088 and :7080

    Hi, If you can curl from localhost, then you probably have the firewall issue on the network layer. Best, Eric
  2. Cold-Egg

    Is the a way to export configuration of OLS ?

    There's no such feature on OLS to auto-sync config files.
  3. Cold-Egg

    Upgrading PHP from 7.3.22-1+focal to 7.4

    Hi, please follow this doc https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-set-up-virtual-host-specific-php
  4. Cold-Egg

    Too many open files error on LiteSpeed Web Server

    Try increasing the HTTP/HTTPS connections and follow doc to increase the value https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-fix-a-too-many-open-files-issue
  5. Cold-Egg

    Please help with 301 redirects in .htaccess file

    Need to check the rewrite log. Can you set the rewrite log to, e.g. 9, tail the error log and share here?
  6. Cold-Egg

    Removed www from Wordpress URL, not getting CORS error

    Do you have any rewrite rules in .htaccess file? Any URL we can take a look?
  7. Cold-Egg

    Search functionality in the KB is down

    Thanks, will take a look
  8. Cold-Egg

    Object Cache Settings error

    Hi, May I know if this is WordPress lscache related question?
  9. Cold-Egg

    Removed www from Wordpress URL, not getting CORS error

    Hi, Have you updated both Home URL and Site URL from www.domain.com to domain.com? If you have cache enabled, please do a purge all. Hope above method helps.
  10. Cold-Egg

    OLS with Matomo on GCP

    The super clean method is to install the binary file, https://openlitespeed.org/kb/install-from-binary/ No PHP, no SQL..etc
  11. Cold-Egg

    Please help with 301 redirects in .htaccess file

    Hi, It looks fine to me, can you move the rules to the top of the htaccess file, restart LSWS and check again?
  12. Cold-Egg

    What happened to Digital Ocean Wordpress OLS stack?

    Hi, Nothing change, I just launched a new one and did see the setup script. Can you please SSH to the console again? or try to launch a new one. Best, Eric
  13. Cold-Egg

    404 error when friendly URLs are activated in a multi-store prestashop

    Can you share the content of the .htaccess before and after the friendly URL function? By the way, if you plan to use LSCache for PrestaShop, then it doesn't work with OpenLiteSpeed.
  14. Cold-Egg

    Roundcube installation

    Hi, I didn't try it before, you can check WordPress setup https://openlitespeed.org/kb/wordpress/ and replace it with Roundcube.
  15. Cold-Egg

    Please help with 301 redirects in .htaccess file

    Glad to help. By the way, if you are happy with our services, please rate us on Google! https://t.co/YhmP3MFl4f?amp=1 We would appreciate the positive feedback. Thank you in advance :)
  16. Cold-Egg

    Please help with 301 redirects in .htaccess file

    How about this RewriteRule ^the-best-free-zombie-games-for-ipad https://getiosstuff.com/best-zombie-games-for-iphone-ipad [R=301, L] <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d...
  17. Cold-Egg

    Multiple Redirects with domain name

    Try this, RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
  18. Cold-Egg

    Improving OLS WordPress Loading

    Does LSCache is working? Any screenshot of the waterfull could help, https://gtmetrix.com/blog/how-to-read-a-waterfall-chart-for-beginners/
  19. Cold-Egg

    Please help with 301 redirects in .htaccess file

    Hi, OpenLiteSpeed support the RewriteRule, so you can try RewriteRule OLD_URL NEW_URL [R=301]
  20. Cold-Egg

    Ideal Tuning Settings For Ubuntu Server

    The default settings are good for most scenarios. Probably no need to change things unless you hit any limit. It might bring you some ideas after doing some benchmarks.
Top