Hi, I'm currently developing a site that will run on multiple subdomains (with different content on each), and so I would like to
1) Route based on the "bottom" subomain, e.g. sub1 in sub1.domain.com, sub2 in sub2.domain.com 2) Not be dependent on the top domain levels (For example to be able to develop on sub1.domain.localhost) 3) Generate URLs *between* domains. For 1 and 2, using _SERVER[SEVER_NAME] as routing source, and just testing the left hand portion of the server name seems to work fine. However, I realise that I would like to gerate URLs between the domains. How would I go about doing this? Thanks, Michal. _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
