Hello, The website is wordpress, I want to redirect a category to the main page: Redirect 301 /category http://www.example.com It works but the problem is its redirecting articles under that category to the main page as well. Problem: Its redirecting http://www.example.com/category/article to http://www.example.com/article I dont want it to redirect articles under the category, any ideas how to fix this?