Redirect Old wordpress url to new wordpress url

Maybe you could use an .htaccess rule to manage that, but i don’t know if WordPress handles that.

It would have to be something like

Redirect /olddirectory/oldfile.html http://example.com/newdirectory/newfile.html

More info at: How do I redirect my site using a .htaccess file