So I have a wordpress site that I'd like to 301 redirect to a different domain, BUT the original domain permalink has the date in the URL, /yyyy/mm/dd/postname
domain.com/%year%/%monthnum%/%day%/%postname%/
And I just want it to have the /%postname%/ like
domain2.com/%postname%/
I tried changing the permalink and using the Redirection plugin to setup a regex, but that didn't work. Is there another way?