Multiple websites using single installation of WordPress
Hi All!
Last week I almost deleted this blog to oblivion trying to install WPMU to get multiple websites running on a single installation. There are actually several ways to achieve this, WPMU being the most visible. However after banging my head with MU and multi-site plugin, I found these options (from the ones listed on the codex page) still alive:
Lyceum – Sounds interesting and easier than WPMU, but the author is mulling closing down the project. This is an independent project based off Wp 2.0.x branch. If it gets revived, it will be interesting to take it for a ride.
Virtual Multiblog – seems popular among users who don’t use WPMU, and its apparently been around for some time. But I felt theprocedure was a bit complex.
WP-Hive – Its a new project,v 1.0 released only this February, but it seemed simple to install and use. Be sure to look at the forum along with the installation instructions to get it up and running in under 5 minutes…or follow these instructions below:
- Setup your first blog as a normal WP installation
- Upload the WP-Hive plugin into the Plugins directory.
- Move the db.php from WP-Hive folder to wp-content directory.
- Activate the plugin.
- Load the homepage of the first blog in a new window/tab of the browser (you don’t want to lose the admin page you are into – do you?
- In your hosting cpanel (whatever you use – DA, Helm, H-Sphere…) park the new domain you wish to add.
- Once the domain resolves, run the WP installation script on that domain by typing http://domain.tld/wp-admin/install.php (where domain.tld is your second domain name).
- Enter the admin interface and you will see all the plugins that are present on the main site, but inactive. Activate wp-hive and the others you wish to.
- You will also see the themes you have installed on the main site, activate the one you want to use.
You’re done! I am currently running 2 domains off the single installation.