Ok, so I used the following code to redirect an old category and all it's posts to a new category, but for some reason I'm having problems.
RewriteRule ^old-category-1/?(.*) h t t p : / / w w w .mywebsite. c o m /new-category-2/$1 [R=301,L]
I have used the above code to redirect other...