Redirect every link that starts with

You can use below code in .htaccess file

Redirect ^/nl​/products/motors​/.*$ /motors/

So here if you url will match /nl/products/motors/ then it will redirect to /motors/