Hey All how many not found pages can be redirect on home page. actually my website has too many 404 not found pages. and i want all redirect on only home page and blog page. is it right??
Within the server you can set it up so specific HTTP codes (like 301, 404, etc.) can META REFRESH to any page you want. If you moved certain pages, you'll want to do 301 redirects on those old URLS.
Check out the '404 to start' plugin for wp that does a great job of keeping everything redirecting correctly.
I agree with the .htaccess. You can redirect your 404 to the home or any other inner page of your web. I try to redirect to relevant landing pages. Example. booxs to books.html and magasines to magazines.html
Yes you can redirect either through 301 redirection (in case they are from PHP, ASPX or any other script). If these are HTML pages then you might have to do htaccess re-direction or webconfig in case you have windows server
Redirection is good idea! Please take care few things like. If you want to redirect it then do it properly. 301 and 404 redirection is good but a single mistake can harm your site. Be careful.
There's no limit, but you want to be smart with how you map out the redirects in htaccess, as if you create an htaccess file that's too large it can start to effect site performance