Sorry, to be more clear: My idea is have nginx rewrite `developers.domain.com/PATH` onto `domain.com/developers/PATH` , and have all the URLs consider / of `developers.domain.com` as root... (step 3 above)
But then I have the issue of testing and browsing on the dev server -- where the root path is '/developers' and not '/'. On these pages , and only in dev, I'd need to rewrite the links base from "/" as "/developers/", which i could do in a tween... and I just remembered typing this that there is a BASE html tag that lets me set a base URI... and I could probably just use that! -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
