OpenliteSpeed does not take those rules from .htaccess, will just ignore them. If you want to migrate those rules, can try the context function from the webadmin.
Hi,
I would recommend you to set up multiple virtual hosts for each domain, and then add all the virtual hosts on the listeners mapping. This way, you can apply certificate for each one and set it on the virtual host's SSL tab easily. Let us know if you have any other questions.
https://support.wix.com/en/article/google-search-console-crawled-currently-not-indexed#:~:text=If%20you've%20submitted%20a,results%20for%20the%20time%20being.&text=It's%20not%20necessary%20to%20resubmit%20the%20URL%20to%20be%20crawled%20and%20indexed.
The Crawled - Currently Not Indexed message...
May I know if this site is a dynamic page or a cached page? If you have the GTMetrix result, please share the links so we will see the response header from the waterfall.
Hi, @k0fein
I will use lsphp80 as an example to set up a bind mount for php.ini.
1. Move/Copy the php.ini out of the litespeed folder, run the following commands from the host.
docker-compose exec litespeed su -c 'mv /usr/local/lsws/lsphp80/etc/php/8.0/litespeed/php.ini /usr/local/lsws/conf'...
I upload an SVG to my test site but no 403 return with the iTheme security plugin(free version). Maybe you can also raise a question on iTheme Security forum. A similar issue before, https://wordpress.org/support/topic/svg-files-forbidden-403-errors/
Because the demosite.sh will import .env file. Before running the "bash bin/demosite.sh " command, please edit the .env file with your domain name DOMAIN and MYSQL_DATABASE name.
Example command
certbot certonly --webroot -w /var/www/html/ -d example.com -d www.example.com
But it won't fix your 404 issue since it means the file is not found.
Maybe you can try to set a different listener port on OpenLiteSpeed so it can run in parallel. May I know if you have set up virtual host, PHP handler, and document root correctly? Does it loadable if you put a phpinfo page?
HI,
It's not configurable through the web admin, hence web admin is not allowed to public. If you want, try to symlink /usr/local/lsws/admin/fcgi-bin/admin_php to the php binary file you want.
Note, PHP 8 is not ready for webadmin yet.