Now i made these changes in htaccess: ErrorDocument 400 /errors/badrequest.html ErrorDocument 401 /errors/authreqd.html ErrorDocument 403 /errors/forbid.html ErrorDocument 404 /errors/notfound.html ErrorDocument 500 /errors/serverr.html i need to customize these pages to redirect to defined page so what is the best redirect way that dosent hurt my serp or any related seo ?
302 redirects? man , why don't you just create a dynamic PHP error handler... And convert all 404 to an 200 OK code? in this way google will keep in mind all your 404 pages, because it will think they are 200 OK pages...