[_] Routing test domains though an internal DNS first
Tim Beadle
tim.beadle at gmail.com
Tue Jun 10 15:53:15 BST 2008
On Tue, Jun 10, 2008 at 3:46 PM, Amias Channer <something at amias.org.uk> wrote: > -1 at some point you will leave www.foo.dev in your code , use the real > domain. Wouldn't you have something like an "is_live" flag on your servers, then have dev, staging and live configurations for when you need a hostname in your code? Not that you *need* hostnames in your code (for a web site/app) very often, if you use relative (href="foo.html") or virtual (href="/foo/bar.html") URLs. Tim