Dear Friend,
I got a problem error 404 on one of my WordPress sites. I need suggestion to figure it out.
Environment:
- VPS Ubuntu 18.04 Bionic
- OpenLiteSpeed Webserver 1.7.2
- 10 WordPress Sites
- Script handle: Lsphp 7.4
- Age: 12 months VPS
Problem:
- 1 site suddenly has an error 404
Investigations:
- Litespeed plugin suddenly disappear from all my WordPress sites.
What was I do
- Reinstall LiteSpeed plugin
- Compare all configurations with the same successful site.
- Change .htaccess
- Deactivate all plugins on my error site
Result
- 9 was successfully working, only 1 got an error 404 not found
Last setting .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I was looking for a solution on this forum and googling for it. Still got no result.
If you guys have any idea for my error would be great.
Best Regard
Harry
I got a problem error 404 on one of my WordPress sites. I need suggestion to figure it out.
Environment:
- VPS Ubuntu 18.04 Bionic
- OpenLiteSpeed Webserver 1.7.2
- 10 WordPress Sites
- Script handle: Lsphp 7.4
- Age: 12 months VPS
Problem:
- 1 site suddenly has an error 404
Investigations:
- Litespeed plugin suddenly disappear from all my WordPress sites.
What was I do
- Reinstall LiteSpeed plugin
- Compare all configurations with the same successful site.
- Change .htaccess
- Deactivate all plugins on my error site
Result
- 9 was successfully working, only 1 got an error 404 not found
Last setting .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I was looking for a solution on this forum and googling for it. Still got no result.
If you guys have any idea for my error would be great.
Best Regard
Harry