Is there a way to use the same database, tables and all, with two different domains? For example, two employees each have thier own subdomain to develop / test with, so there may be two instances of a site:
jack.example.com/test_blog/
jill.example.com/test_blog/
however, since the base url is stored in the database, it seems that it would require two distinct databases for this set up to work properly. Is there any way around this?