What is the Easiest Way to Change ALL URL Structures in WordPress Without Having to Break Old URL's?
You can either use the Try the Permalink migration plugin from Dean Lee
OR
Try:
RewriteRule ^d*/d*/d*/(.*) /$1
OR
Try:
RewriteRule ^d*/d*/d*/(.*) /$1