Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+7 votes
424 views
in Q2A Core by
When I Delete Duplicate Question Than Showing 404 (Not. Found).

How to Redirect All 404 To Home Page Directly.
Q2A version: 1.8.5
by
moved by
redirect in htaccess file
by
+1
Not a good idea, this will be really bad for SEO.

404 should stay 404.
by
moved by
this won't be good for site. 404 must stay 404 and don't need redirect to 200 page

1 Answer

0 votes
by

place this code to .htaccess file 

ErrorDocument 404 http://www.example.com/error.html
...