How can I add another wp instance with another domainname and different userbase?
How can I add another wp instance with another domainname and different userbase?
Just proceed as you did with the first one, but if the new WP will be sharing a database, then you need to edit the 'wp-config.php' so that the table_prefix is different.
By default, the table_prefix is 'wp_'
Make the new one something like 'blog2_'
This topic has been closed to new replies.