Hi! Thanks for your reply! This is the current situation:
I have some hiking-tracks and some accomodations. A track can have multiple accomodations and different tracks can link to the same accomodation.
Currently I only want to link from the tracks to the accomodations, not the other way around.
All accomodation-articles are assigned to a category called "accomodations".
The URLs of the tracks are fine, they are all assigned to a menu item:
hikingtracks/hikingtrackalias
This is what the URLs to the accomodations (related article) look like now:
hikingtracks/hikingtrackalias?id=1:accomodationalias
I would prefer URLs like this. Without assigning the accomodations to a menu, if possible:
accomodations/accomodationalias
I tried to assign the accomodations to a menu item to check, if this would give me better URLs, but it did not change anything.
Sven