On Fri, 2009-08-21 at 16:53 +1200, Daniel Hill wrote: > you could try Sub domains > eg, www.examplesite.com for live site (and examplesite.com would > redirect to it) > and testing.examplesite.com would be the dev site
The thing I forgot to mention is that it's a wordpress based site. WordPress stores it's base URL in it's database so to set up a development site on a different domain (whether a sub domain, or examplesite.local) means editing the database to replace all references to the URL. I can do that but thought if there was some neat way to be able to keep the same domain and change just the port to access local vs remote it would be better.
