Buzzika Supreme Member Joined Jul 8, 2009 Messages 1,446 Reaction score 1,776 Mar 7, 2012 #1 How to 301 redirect all 404 errors to homepage? I have a plain HTML site, so any WP plugin to the rescue today.
How to 301 redirect all 404 errors to homepage? I have a plain HTML site, so any WP plugin to the rescue today.
Buzzika Supreme Member Joined Jul 8, 2009 Messages 1,446 Reaction score 1,776 Mar 7, 2012 Thread Starter Thread Starter #2 Solved.... just placed this code in 404.php in root.. <? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://domain.net/" ); ?> Click to expand...
Solved.... just placed this code in 404.php in root.. <? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://domain.net/" ); ?> Click to expand...