Search results

  1. Cold-Egg

    phpmyadmin not working in Google Cloud's openlitespeed-wordpress Image

    Noted, just pushed a new code which should fixed these URL and app install issues.
  2. Cold-Egg

    phpmyadmin not working in Google Cloud's openlitespeed-wordpress Image

    Hi @Naveen Dsouza , Thanks for the report, I am looking into it. Best, Eric
  3. Cold-Egg

    Installation Of Wordpress In Subdirectory - URGENT

    Hi @ishangarg , 1. Launch a new openlitespeed wordpress server. 2. Create a blog folder and move all wordpress files to the blog folder 3. Change the right owner to the blog, e.g. chown -R www-data:www-data blog 3. visit example.com/blog and finish the wordpress setup 4. put a rewrite rule...
  4. Cold-Egg

    I can't do shell_exec using PHP

    Hi, `cat test.php` <?php $command = escapeshellcmd('python3 /opt/test.py'); $output = shell_exec($command); echo $output; ?> `cat /opt/test.py` print("Hello World") `php test.php` Hello World It seems working fine from my test. Please confirm if this is a valid testing to you...
  5. Cold-Egg

    Namespace declaration Error Wordpress.

    It's not Cloud platform related. I saw you already asked in wordpress forum, let's follow up the question there.
  6. Cold-Egg

    Is it possible to transfer the website from bitnami Wordpress to openlitespeed-wordpress without any issue?

    Hi, It's possible, by using general migration methods, please see https://docs.litespeedtech.com/cloud/images/wordpress/#methods-for-migrating-wordpress Better to do some test first before pointing the domain . Best, Eric
  7. Cold-Egg

    CORS not working

    I didn't see any Access-Control-Allow-Origin * from your site's response header. Can you share your custom headers settings because https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/ should works.
  8. Cold-Egg

    How to add an extra domain to my OLS Wordpress droplet?

    Method 1. You can have a new virtual host with website2 (https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts ) and put a rewrite rule to do the redirect. Method 2. You can also add a website2 to the listener mapping to the website1 virtual host, and...
  9. Cold-Egg

    HTML comments getting stripped on one vhost but not the rest

    Then do yo have pagespeed module enabled? If not, then I have no idea now.
  10. Cold-Egg

    HTML comments getting stripped on one vhost but not the rest

    Is it a pure HTML or it's a CMS? Maybe some plugin did optimize job ?
  11. Cold-Egg

    Where is php.ini file Located in Wordpress Directory?

    Hi @hannnan_khan , It should be /usr/local/lsws/lsphp73/etc/php/7.3/litespeed/php.ini Please substitute the php version (73 and 7.3) to your own version. Then restart the PHP process with command: killall lsphp Best, Eric
  12. Cold-Egg

    Install Comodo SSL Certification

    Hi, Did you point the new cert&key from Web admin > Virtual Hosts > WordPress > SSL or Web admin > Listener? The cert in Virtual host will overwrite listener's. Best, Eric
  13. Cold-Egg

    Error page customization

    Hi, You can try adding it from web admin: Access to web admin at port 7080 Click Virtual Hosts > Example > General. You should see there’s a Customized Error Pages section in the middle of the page. Click Add and choose e.g.404 Not Found as your Error Code and your costumed error page to URL...
  14. Cold-Egg

    Mautic + OpenLiteSpeed how to install?

    1. remove wordpress. 2. Then try following https://pepipost.com/tutorials/how-to-install-mautic-3-on-ubuntu-18-04/ to download mautic with Step 1, 3, 4, 5 3. Then change owner chown -R www-data:www-data /var/www/html 4. Finish the installation from browser Let us know if it works.
  15. Cold-Egg

    How to by-pass local domain to IP resolution?

    It's really depends on the DNS server and TTL. https://support.stackpath.com/hc/en-us/articles/360001079683-How-long-does-it-take-for-DNS-changes-to-be-reflected-
  16. Cold-Egg

    How to add an extra domain to my OLS Wordpress droplet?

    Hi, I guess you are on DigitalOcean. May I know if you have finish the prompt script to add the new domain? If not, please visit web admin at port 7080 and add the new domain to both HTTP/HTTPS listeners. If you setup wordpress with IP already and then pointed the domain, then you need to go...
  17. Cold-Egg

    Mautic + OpenLiteSpeed how to install?

    Hi I would recommend you to give openlitespeed 1 click script a try which is similar to the LAMP stack, https://openlitespeed.org/kb/1-click-install/ You can also try https://docs.litespeedtech.com/cloud/images/ from marketplace. Then remove the wordpress, install Mautic, and it should...
  18. Cold-Egg

    Cron File Location

    Hi, You can check doc like https://opensource.com/article/17/11/how-use-cron-linux to setup the cronjob Best
  19. Cold-Egg

    One-Click OpenLiteSpeed WordPress Server :: www and no-www URL

    Hi @drcrow , Similar questions are here: https://stackoverflow.com/questions/61510145/one-click-openlitespeed-wordpress-server-www-and-no-www-url https://wordpress.org/support/topic/non-www-not-redirecting-to-www/ Basically you can set either www or non-www only on WordPress, not both...
  20. Cold-Egg

    ?v= in url after LSCache

    Hi @vadim , As far as I know that LScache won't do that. May I know if the QS gone after you purge cache or disable the lscache? Possible to share the site URL? Best, Eric
Top