/?qa=123/why-do-birds-sing → /123/why-do-birds-sing
setup a htaccess to redirect those links with flag 301:
# OLD LINKS REDIRECT TO NEW LINKS, non q2a example:
RewriteRule ^2009\/06\/test.html$ test$1 [R=301,L]
you need to set up the correct rewrite rule, this you have to find out yourself...