How to Redirect Blogger 404 Error (Page not found)
to home page/Any other webpage:
Above
source code first 2 lines is a message, we can write any message
If a user goes to non available URL on your blog , then
blogger will display 404 error, at that time there is a chance of user lose impression on your blog ,so this tutorial will
help your to redirect your blog from 404 error to home page/ any other
webpage
1.
Go
to Settings > Search preferences > Custom Page Not Found.
Here
I am redirecting my blog to Home page
If you
want to redirect you blog other than home page, you have to change the above
source code
In
above source code replace PATHNAME with HERF, and replace "/" with
your destination URL(Ex : http://www.myblog.com/tutorials )
In
above source code 4000 means it's a time delay in milliseconds, you can use any
number, if you set time delay as Zero means redirect immediate without any time
delay
To test enter any URL which doesn't available in your blog like
http://www.yourblogname.com/xxxxxx
At that time it will display message and it will redirect to your
home after 4 seconds
Enjoy :)
Thank you for visiting how2doit.in, if you find any error in my post,
please let me now in the comments
No comments:
Post a Comment