Follow the steps outlined below to redirect your page not found error 404 page to homepage.
1 First Log in to your Blogger,
2 Go to setting tab under your blogger dashboard Settings
3 Go to Search Preferences
4 select Custom Page Not Found (Under Errors and redirections).
5 Click on edit,
Copy the Code below and paste it into below the box as shown above and then Save changes.
Sorry, the page you were looking for in this blog does not exist. You will be redirected to homepage shortly.
//Page Not Found 404 Redirect by Charles(Microtechsoftworks.com)
JN_redirect = setTimeout(function() {
location.pathname= "/"
}, 4000);
Post a Comment