Hi all. I recently moved from Drupal to WordPress for my main site and now I have a problem I cannot seem to solve. My site was under Drupal which had a nasty habit of making links like this http://www.site.com/?=somenode.
After lots of copying these links and posting them arounf the net, I now have an issue where I cannot seem to figure out how to redirect them to the new site's node.
I am trying to redirect http://www.site.com/?=somenode to subdomain.site.com or to http://www.site.com/someothernode. For clarity, the old node is now an entirely new site on a subdomain of the old domain.
Any ideas out there? I have tried dozens of things in .htacces to make this happen without any luck. Redirects and rewrite for other pages are working fine for the http://www.site.com and for the subdomain.site.com. It seems to be just the .com/?=somenode part that is causing an issue.
Thanks!