I have a partners subdomain which serves content using a controller.
The urls are like: http://partners.example.com/...
Is there a way I can force all _path and _url functions to return links to the root www subdomain? Since the resources my links refer to are not on the subdomain itself and only on the root domain (and I don't want to serve duplicates).