Hi,
Does anybody know how to redirect the category base only, leaving the category structure intact?
Example (maybe clearer)
Here are urls to two categories
http://www.example.net/category/this-is-my-cat-1/
http://www.example.net/category/this-also-is-my-cat-2/
However if somebody removes the category from the url and just tries to go to http://www.example.net/category/ they get a 404.
How do I redirect http://www.example.net/category/ to http://www.example.net/a-static-page/ while keeping original links intact. The redirects I have tried redirect /category/ as well as anything after, breaking the site.
Thanks in advance
Regards
Tim