htaccess 404 redirect
ErrorDocument 404 /404.html
wordpress 404.php redirect to home
<?php
// NOTE: create this file name on your child theme: 404.php and add the code:
header("HTTP/1.1 301 Moved Permanently");
header("Location: ".get_bloginfo('url'));
exit();
?>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us