I had been using an old PHP-Nuke site for the last 6+ years and I finally convert over to WordPress. There are probably 100’s of old links posted on other sites out there that I need to redirect to the new ones.
The old links look like this
http://www.mysite.com/modules.php?name=NDReviews&op=Story2&reid=387
The new links look like this
http://www.mysite.com/cooler-master-ceres-400-headphones/2/
The two items that change for each old links are the =Story# and the reid=#
The =Story# now needs to point towards the new /#/
while the old reid=# needs to point towards the /new-name-for-review/
Thanks!
I hope you know how to code a simple plugin. This could be the skeleton to start to play:
Is just an idea to experiment a possible solution. In any case is totally achievable.