404 Error even when the page exists
-
Hello,
I have an issue with my WordPress website. When I test it via Xenu tool I always getting several links with the 404 error:
http://saveimg.ru/show-image.php?id=a62e499395a87530b1cfe559cf570e59But when I open it via browser all look fine:
https://happygamer.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhappygamer.com%2Fbone-shaper-shinnok-brings-necromantic-pain-in-his-weekly-mortal-kombat-mobile-towers-52297%2F&format=xmlIn the LiteSpeed access log, I see 404 code, but I’m not sure why this happens.
I have already tried reset permalinks/changed .htaccess file to default state etc but no luck 🙁
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressCould you please clarify did you see such an issue before?
The topic ‘404 Error even when the page exists’ is closed to new replies.