I have deleted several sub categories (level 2) of a Magento store, and want to redirect the URLs using mod_rewrite to its parent category.
Sub Category URLs: http://www.domain.com/parentCategory/subCategory.html?cat=125
?cat=126, ?cat=127 and so on
I want the above to be redirected to: http://www.domain.com/parentCategory/subCategory.html
Please help! Thank you!