• I am part of a Marketing Agency that hosts and build several websites. Right now I have one domain name that I have all my test sites under. So I have a different folder I want to upload WordPress to for each of my websites. How can I do this since I will be using all the same data base? Or is this not possible? Here is an example
    -1 Test Site Domain
    -company #1 test site – needs a new wordpress install
    -company #2 test site – needs a new wordpress install
    -company #3 test site – needs a new wordpress install

    Then once the test site is all complete then I will move the test site over to the clients actual site. I am a designer and not a programmer so I am a bit lost!

Viewing 2 replies - 1 through 2 (of 2 total)
  • This would be perfectly possible either using the multisite feature of wordpress (this uses one wordpress install but allows production and admin of multiple sites from same place) or alternatively (and this is probably what you mean) is to use different table names for each site.

    To do this you would setup your database and three users (for security – one for each site). Install wordpress in one directory and use a table prefix of (for example): “wp1_” and use one of your users to access this.

    Then install another wordpress in another directory and use another table prefix (for example): “wp2_” and a different database user.
    Then repeat for the third site and so on.

    Hope that helps
    Aventura

    P.S. Not entirely sure whether the three different users makes it more secure as they can each access the entire database but there is a way to restrict them to certain tables in phpMyAdmin I believe.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple Installs on One Site’ is closed to new replies.