For each of my nodes the path needs to be /taxonomy/type/content where

- only the parent taxonomy terms are used, all child terms are discarded.
- taxonomy/ is created on the fly asnodes can be in multiple sections

For instance
node/1 is an image and is available in taxonomy1 and taxonomy2

If node/1 is visited from taxonomy1/images/ then its url should become taxonomy1/images/content/
If it is visited from taxonomy2/images then its url needs to be taxonomy2/images/content

Is this possible?

Please :)

Comments

greggles’s picture

Status: Active » Closed (fixed)

I don't think this is possible within the core path module, and since pathauto is just a conveninence on top of that....

It's also not an advisable strategy in terms of SEO and Usability (see Jakob Nielsen's books for discussion on having urls accessible by two different paths).