I am using PHP version 7 and .htaccess file with Ubuntu operating system
www.abc.com/ghfgdfg to www.abc.com
I am using PHP version 7 and .htaccess file with Ubuntu operating system
www.abc.com/ghfgdfg to www.abc.com
I would recommend using this site to generate a htaccess: https://www.htaccessredirect.net/
But to answer your question, you need to put this in your htaccess:
Redirect 404 www.abc.com/ghfgdfg www.abc.com
Check here documentation
add this to your .htaccess file.
ErrorDocument 404 /
this redirects to all wrong pages to your homepage.