Hi,
My guess for 403 works is because it won't hit the following rules. Whereas, ID 112 hit this.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
Maybe this cms has a build-in 404 page somewhere, so it redirected...
I just did the same test, it seems like a bug on OpenLiteSpeed. Will update you once we fixed it. In the meantime, please try to turn on the LSCache, reCaptcha, or Cloudflare under attack mode.
Hi,
Could you try a simple one first, e.g.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ https://example.com/ [L]
and make sure it's works.
Or turn on the rewrite log and make sure the request goes through the rewrite.
Hi,
https://docs.litespeedtech.com/cp/cpanel/antiddos/#never-set-use-client-ip-in-header-to-yes
Please set Use Client IP in Header to Trusted IP Only, then possible to share what did you see from the access.log?
If you log in as the user level, then you can not see the admin level for sure.
Have you tried this https://docs.cyberpanel.net/doku.php?id=cli-create-user?
or reset admin password
https://cyberpanel.net/docs/2-reset-admin-password-via-command-line/
Possible to check
1. Will mp4 load when CloudFlare=on, LSCache=off ?
2. Will mp4 load when CloudFlare=bypass/off, LSCache=off ?
any error shows in the dev console when the page shows a blank space?
session.gc_maxlifetime should works. If it's not, either switch the session folder, e.g. "tmp" to a bigger folder, or create a session clean-up script to handle cleaning up the session files every few minutes.
Hi,
Keep-alive may not help in this case, you might want to improve your PHP performance. For the WordPress case, you may be able to take some advantage of LSCWP to bypass the wp-config.php trick, which may save you 0.1 or 0.2 seconds.
Hi,
With DirectAdmin, it is by design that you can not change OLS settings from the web admin.
About the server reload, please check https://openlitespeed.org/kb/reload-openlitespeed-automatically-with-directadmin/. It is for the .htaccess file only, but you can update the command easily to...