将域上任何不存在的页面重定向到主页面WordPress

I want to redirect any page that the user can type wrong to Main page.

Example:
I have pages

mydomain.com/home
And
mydomain.com/contact

any other pages i want to be redirected to Home.

I heard about 404.php and .htaccess files, but i don´t know how to make a simple redirect.

Insert this into your .htaccess (place it into the web root if not present):

ErrorDocument 404  "insert home page (index.php)"

https://httpd.apache.org/docs/2.4/custom-error.html