so friends, here is the situation.
One of our clients have recently moved over to Magento which has changed all the previous URLs
The previous URLs were like
example.com/index.php?cName=blue-widgets
and some with cpath, like
example.com/index.php?cPath=20
Now I need to redirect all these URLs to their respective new ones, like
example.com/blue-widgets.html
So how do I go about setting these up?
Previously I had worked on setting up redirects matching all URLs with query strings and redirecting them to a specific page but have never worked on setting up page by page redirects with query strings
Totally lost here...need help
Thanks