Add this into your .htaccess:
Code:
RewriteRule ^[^/]+/mobile /forum/index.php?threads/#/ [R=301,L]
RewriteRule ^[^/]+/googlehandoutguide /forum/index.php?threads/#/ [R=301,L]
Update the thread IDs appropriately, and if you use friendly URLs, remove "index.php?" from those redirects.