andru26
5/4/2018 - 11:10 AM

Redirect 404 to homepage

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: ".get_bloginfo('url'));
exit();
?>