Solution To Error 404 (Page Not Found or Deleted Post) with Picture

Heres a tips on how to redirect blogger error 404 (Page Not Found) to Homepage?

Go to Settings and click Search preferences then edit Custom Page Not Found (under Errors and redirections).

Solution To Error 404 (Page Not Found or Deleted Post) on Blogger/Blogspot

With this code just copy and paste to, Go to your Blogger dashboard, select your blog and then to Settings > Search preferences > Custom Page Not Found.


Sorry, the page you're looking for in this blog does not exist.
You will be redirected to homepage shortly.

<script type = "text/javascript">
BSPNF_redirect = setTimeout(function() {
location.pathname= "/"
}, 5000);
</script>


The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with a given server, but the server could not find what was requested.

The web site hosting server will typically generate a "404 Not Found" web page when a user attempts to follow a broken or dead link; hence the 404 error is one of the most recognizable errors users can find on the web.

Got Something to Add?
0 comments: Post a Comment

Older Post