I have a MODx website. It has 3 different contexts. Each context point to an other domain.
In one context (lets say it is C1), I have a resource (a folder) that has many child resources.
I display the resources with a pdoresources-call (frontend). Everything works fine. It lists/display the resources as it should be. When I click on it, it open as well and show me the content of the resources (The site ist something like a block)
But when I go to an other context (C2) and make the same pdoResources-Call it lists/display the resources as well. But when I click on the resource nothing happened. It do not open because it is another context.
How can I setup MODx Revolution to have different contexts that all can share content (Resources)