Creating multiple PODS for a single domain

If you have multiple PODS for a single domain, you must make sure that each PODS strictly controls the URLs that it handles. There should be no overlap among the URLs that two or more PODS handle. The order in which the PODS receive requests for URLs is unpredictable, so if more than one PODS can handle the same URL there is no way of knowing which PODS actually will handle that URL.