Multiple URLs with same code base.
-
Hi.. we have a couple of sites running wordpress that need to be run on multiple URLs.
Our set up is this. We have a testing tier with the example URL site.testing.foo.com and a production tier using site.foo.com. Both are running the same code base that is a git repo that is moved from the testing to production.Furthermore, the testing and production tiers have what we call “authoring” servers that share the same physical document root and database. This authoring box is a straight out of the box fully functional WP install running the sites off of the URLs: site.authoring.testing.foo.com and site.authoring.foo.com.
The “public” facing servers, site.testing.foo.com and site.foo.com are locked down to bare permissions for both the DB and the filesystem and wp-admin is locked down.
so.. in short, we need to have the same code base/DB run on multiple URLS on different servers without having to hack the DB everytime.
Is this even possible? Drupal has no issues doing this out of the box.
- The topic ‘Multiple URLs with same code base.’ is closed to new replies.