Hi,
If you did not setup the Let's Encrypt Cert by the prompt script, then you may want to add a hook to restart litespeed web server manually.
Please do service lsws restart to fix the cert issue first. Then add "--deploy-hook "/usr/local/lsws/bin/lswsctrl restart" in the end of the certbot...
Hi @Joe_frooney ,
This function https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/domainsetup.sh#L152-L167 will check if domain accessible first, then do the Let's encrypt apply to avoid you hitting the Let's encrypt limit.
Could you share me the domain that you want to apply...
Hi,
Yes, the HTTP/2 benchmark result is here:
Magento 2:
https://www.litespeedtech.com/benchmarks/litespeed-magento2-faster-nginx-http2
Drupal:
https://www.litespeedtech.com/benchmarks/litespeed-drupal-faster-nginx-http2
Best,
Eric
Have you turn on the "Separate view for mobile Device" yet? If not, please enable it, and do a cache purge see if it helps. And please raise a new topic for different issue.
Does it work if you apply default lscachewp browser cache rules
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType application/pdf A2592000
ExpiresByType image/x-icon A2592000
ExpiresByType image/vnd.microsoft.icon A2592000
ExpiresByType image/svg+xml A2592000
ExpiresByType image/jpg...
In my opinion, LiteSpeed Cache has advantage on load speed and support ESI, Image Optimize functions.
LSCache Page optimize score and size are also better than W3.
Check detail on this slide, https://www.slideshare.net/LisaClarke22/essential-steps-to-a-superior-page-speed-score
Hi @ssnobben ,
Joomla 4 is not formal release yet, but if you see the cache plugin not working properly, please submit an issue to bug@litespeedtech.com so our developer will take a look.
Best,
Eric
Hi,
I just tried the test account you provided and access successfully.
That warning message is from elgg, https://elgg.org/discussion/view/2362241/sorry-logging-in-from-a-different-domain-is-not-permitted-please-try-again. Can you try to login with domain https://safalaya.com/ and...
Hi @Canou
May I know if you also update the cache plugin ?
https://www.litespeedtech.com/products/cache-plugins/opencart-acceleration/download
Opencart for v3.0: https://github.com/litespeedtech/lscache-opencart/blob/master/package/lscache-opencart3.0-V1.2.0.ocmod.zip
Please do a cache...
@jens-sgb ,
You need to update your domain A record to the new SEVRER Public IP (VENDOR B) from the vendor A.
Check their official guide https://www.strato.com/faq/en_us/online-storage-hidrive/can-i-manage-my-own-dns-entries-at-strato/
So no need to config more from the server side.
Best,
Eric
Hi @Epeople,
You can simply put the rewrite rule in htaccess file, e.g.
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://medicinesofbody.com /$1 [R=301,L]
In this way, no need to set rules on CDN.
Let us know if it works.
From community
"If the two sites are the same, then it should work the same, if the sites differ, then some options can break stuff. There's not a "one size fits all", and not every site is compatible with everything. "
1. Since your site is start working on the new hosting/shared server, then nothing to do with the previous server/web server.
For w3 cache purge issue, please consult your hosting company or ask question here https://wordpress.org/support/plugin/w3-total-cache/
If site loads slow is an issue...