Closed (fixed)
Project:
Pathauto
Version:
5.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2008 at 14:06 UTC
Updated:
5 Apr 2008 at 20:43 UTC
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
Comment #1
gregglesI 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).