Hi,
My site is using drupal 7 with path-auto module, everything work fine, but I have problem "duplicate content" with taxonomy term link.
For example, I have term 1 with two link below:
+ a: my-site/taxonomy/term/1
+ b: my-site/taxonomy/term/1/all?model=
Link a will redirect to term 1 alias (my-site/term-1-alias) but link b is not.
Can I redirect link b to term alias ? If not, can I disable this (show page not found, ...) ?