Can it be possible to run two (or more) wordpress copies from different locations and same database prefix tables (for example wp)?
example :
dev.mydomain.com/developer1/wordpress
dev.mydomain.com/developer2/wordpress
live.mydomain.com/wordpress
Please note that some widgets use serialized baseurl saved in the database.
EDIT
I will try to explain more about the desired result.
So we have two people working on one wordpress site and each have his own directory (see example above) but they must share same database and tables.If somebody add new post others must see it too.
Hope this helps.
