Posted by
solver
on January 21, 2011 ·
If visitor the website can’t found article always display error 4o4, this is not good for SEO, so How to redirect 404.php in wordpress ? OK, open 404.php file your theme, delete all of the content and and put this code in your 404. php files !
code below will rediret to home page
<?php
header("HTTP/1.1 [...]
Posted by
solver
on December 9, 2010 ·
[thebestsolver.com] So that web visitors do not leave our website if found 404 errors, so we must customize, what should we do with file 404, we will customize 404 file with recent post, how do it?
Copy code below, then paste in your 404 file and also search.php file after your post content
<h3>Recent [...]