Hiya all
I have a site that has a small issue with duplicate content and I need to redirect page requests to remove the URL Params.
so direct any requests that have "?category_id=" and then any number after it, to the same url just without the URL params.
So:
[
sitename.com...]
redirect to:
[
sitename.com...]
Any ideas?
wW