vibol Hello, I host many site almost 3month and everything working normally. Without any modification one of my website is getting 404 on every url. Can anyone help. Ubuntu 18.04 Openlitespeed 1.6.16 PHP 7.4 Many thank!
TrK Check your rewrite configuration if you have some rules returning 404 erros! btw i prefer nginx over OLS
vibol TrK Rewrite configuration is nothing wrong i think because i select it as wordpress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>