[Support request] Facing 404 errors on my site

Home Forums Support [Support request] Facing 404 errors on my site

Home Forums Support Facing 404 errors on my site

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2009653
    sandeep kumar

    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

    #2009667
    sandeep kumar

    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();

    #2009695
    David
    Staff
    Customer Support

    Glad to hear you found a solution

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.