Hello,
So I am working for another developer and they have a "sandbox site" where they would like sub-contractors to develop new sites. This project requires that I log into the developer's development site and then set up a subfolder under httpdocs entitled "client" (just want to maintain their privacy) and then under that subfolder, ANOTHER set of subfolders named "concept1" "concept2" and "final" respectively.
Since they want to be able to track changes, ideally I would like to install WP into each folder only changing the table prefix in the wp-config.php file. I also found some advice about adding to the file like so:
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
I think I would change http://example.com to the full path of the installation, No?
http://example-development.com/client/concept1
I have set up subdomains before and simply changed the table prefix for each installation. I have asked the development company's tech to create a database at this location:
http://example-development.com/client/
and I am hoping that will allow me to create a development environment where I can have 3 installations of WP in 3 folders all located in a subfolder on the developer's server.
Whew!
I have been trying to work on this, but there are so many factors involved that I just wanted to check in and see if anyone else has gone through this. Again, I can't tell if I'm over-thinking or under-thinking on this one.
thanks!!