Archived topic
Facing 404 errors on my site
2 replies · Started by sandeep kumar on November 18, 2021
Viewing posts 1–3 of 3
Hi
My site is getting nearly 400+ data:image/svg+xml;base64 404 errors on the Search console. I don't know how to solve it.
I tried to deactivate the cache plugin still not working
kindly help to solve the issue
Thanks
Never mind solved
added this script in 404.php page
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://domain.tld/new/location/");
exit();
Glad to hear you found a solution
This archived topic is closed to new replies.