We have a need build out a small "developer" site that will live on 
`developers.domain.com`

The current idea to implement is this:

1. Serve off of a route that is "/developers/"
2. Write all html as if we're on "developers.domain.com"
3. In production: rewrite `developers.domain.com/PATH` to 
`domain.com/developers/PATH`
4. In dev: use a tween to regex "developers.domain.com" urls onto 
 `domain.com/developers/`

Can anyone offer other ideas?  We'd like to avoid functions for generating 
urls as-needed, because there are a lot of URLS at play (documentation 
cross references, etc).

-- 
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 pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to