• I have two domain names one one server, and when I install WP to one, it works just fine, when I install it to the other, it forwards the first one to the second. When I try to log into the site I installed it to first it takes me to the site I installed it to second. How do I get it to work separately so I can manage both sites independently of each other? Different sites both using WP on one server?

Viewing 4 replies - 1 through 4 (of 4 total)
  • you must be using the same database for both sites – which is fine
    however, in the 2nd install, you need to change the $table_prefix to something different in 2nd installs’ wp-config.php
    change from wp_ to wp2_ for example

    Thread Starter catch13

    (@catch13)

    Can I install WP to the same root folder for the different sites and be able to build them independently?

    sure – no problem

    Thread Starter catch13

    (@catch13)

    How do I do that? Every time I try it replaces the first installation with the second.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multiple Sites’ is closed to new replies.