• Does WP easily support multiple sites. Ive been using various pieces of software to maintain a handful of blogs and I would prefer to run them all of one server with one blog engine. The one caveat is that each different blog must run under a different domain. Ive seen other messages regarding similar issues to this, but I am not 100% sure whether this can be done with WP and if it can done how hard and/or easy it is to do. Any help would be appreciated

Viewing 1 replies (of 1 total)
  • when you install wp change the table prefix of the db to something else instead of leaving it stock “wp_”. and do that for each install.
    you change that in the wp-config.php file. i/e
    // Change the prefix if you want to have multiple blogs in a single database.
    //$table_prefix = ‘wpyour1stblog_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
    then for your 2nd one- //$table_prefix = ‘wpyour2ndblog_’;

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