If the request passes from the CDN to the server, then it should just work? Or you might want to mimic the challenge request and check the return status code.
If you have a different domain and SSL Certificate, I'd recommend you create a new virtual host, and set document root to e.g. /var/www/html/subdomain/
https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts
Hi
If you want, you can add more domains to the same virtual host via web admin, https://docs.litespeedtech.com/cloud/images/wordpress/#step-2-add-domain-to-listener
For the PHP connection timeout, please try following this guide https://docs.litespeedtech.com/cp/cpanel/long-run-script/#easiest-solution to make PHP Without Timeout.
If you visit https://giport.ru/community/index.php, the redirect works. You might want to turn on the rewrite log and see where the request stopped and by which rule.
I'm not sure about these two, could you confirm if these paths do exist?
- https://giport.ru/news
- https://giport.ru/sovet
For no cache, you can exclude it from the LSCache plugin.
https://docs.litespeedtech.com/lscache/lscwp/cache/#do-not-cache-uris
For the redirect part, can you share the rewrite rule? or the whole .htaccess file content?
Hi,
Even the home page https://giport.ru/ returns a 404. Could you make sure this virtual host has this domain giport.ru included?
Also, have you changed the Home URL and site URL after moving from the technical branch to the working one?
It's more recommended to have Magento run with LSWS instead of OpenLiteSpeed. Because litemage cache only supported on LSWS and you might also want to adjust .htaccess file a little bit.
Could you share PHP info page, maybe this is due to some missing packages?
Hi,
You still not follow. Anyway, here's the way I saw your site optimize and non-optimized look like.
Optimized: 269 req 17.9MB all br/gzip
Non-Optimized: 288 req 19.3MB all br/gzip
Compare the minified css and non-minified css.
I think I can not help more if you still believe...
I just checked your video and confirmed it's two different topics.
First, we've confirmed Brotli/gzip Compression works on either browser or page speed tools.
From my understanding, now your question is why css and js optimization not working?
Please try the following steps with GTmetrix in...
The CSS&JS optimization features are different from the compression.
I just checked again, still able to see either br or gzip compression from my browser. Do you have any screenshots or links for how you compare the page size?
For multiple domains.
Port 443 Listener needs a cert & key, whether it's valid or not. Then you can put the cert&key on the virtual host SSL.
You might want to use key.pem and Origin_ca.pem?
Let us know if it works.