Use pathauto to create urls dynamically each time the node is visited.
Hitby - March 27, 2008 - 14:06
| Project: | Pathauto |
| Version: | 5.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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 :)

#1
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).