Seems simple enough. But fails, drives me nuts.
RewriteRule ^furniture-products/conference-presentation-and-training$ /furniture-products/conference/ [R=301,L]
Also tried
RewriteRule ^\/*furniture-products\/conference-presentation-and-training\/*$ /furniture-products/conference/ [R=301,L]
RewriteRule ^\/*furniture\-products\/conference\-presentation\-and\-training\/*$ /furniture-products/conference/ [R=301,L]
RewriteCond %{REQUEST_URI} furniture-products/conference-presentation-and-training
RewriteRule .* /furniture-products/conference/ [R=301,L]
edit: Never mind, you may delete or let stand as a testimonial of idiocy, to check the most obvious first . . . . I was focused on the pattern, looking and looking to the left . . . then on the right noticed
.../[R=301,L]
There is no directory [R=301,L]. Missing a space. .../ [R=301,L] <facepalm X 1000>