Hi, thanks for the great component, I have been playing with this a little bit to fix up some bad links.
I have the following question;
Is it possible to redirect all links that have a certain "category" for example:
www.mysite.com/20090101454/category/this-is-an-example-link.html
to;
www.mysite.com/20090101454/newcategory/this-is-an-example-link.html
BUT- I want to do this for all links that have the /category/ - IE: redirect ALL links that have /category/ to a new url with /newcategory/
(I have alot of links with */category/* that I need to change to */newcategory/* and am wondering if I can do this with ONE statement in REDJ, instead of creating a redirect for EVERY problem URL)
Any advice would be greatly appreciated!
Scotia