It turned out that the solution was to use the WP htaccess Control plugin and use it to install a custom .htcaccess file with a rewrite rule
(using the pretty url’s generated by the permalinks):
RewriteRule author/([^/]+)/?$ http://poetryroundup.us/whup/forums/users/$1/ [R=301,L]
Thanks everyone for your suggestions!