PDA

View Full Version : how to multiple Wordpress instances



bobth1019
2011-04-03, 09:57 AM
morning,

Could you tell me how to install multiple instances of Wordpress on my account? I have one instance currently.

If I'm using "Control Panel > Linux Subsite > Application Manager > Manage Word Press" I see:
"Manage WordPress
WordPress is installed on your Linux web site. Click the links below to access the application.
End User Site
http://design.focusdesign.com/blog"

How would I get around this and what exactly do I need to do? In searching Support/help, etc I'm seeing this addressed directly in terms of step by step unless I missed it.

Thank you....Bob

suwunk
2011-04-03, 11:00 AM
You can certainly install multiple instances of Wordpress to your linux account however. During the installation of the second Wordpress location, you would just have to specify a custom prefix in the database settings. I believe by default the prefix is wp_ so you could setup the second one using wp2_ or similar and this will allow you to have two table sets (or as many as you like really).

You would however be forced to use something like blog.yourDomain.com/blogSite1 and blog.yourDomain.com/blogSite2 based on your current configuration; particularly if you wish to leave your asp store within your main domain hosting space. Depending on how you've decided to use SSL (be it vanity SSL or an Instant SSL dedicated SSL certificate) would greatly determine aswell how you should go about setting this up. A vanity SSL setup would be easier to move around while Instant SSL is directly associated with the domain name you choose and would not apply to subdomains should you choose to change that later.

All in all, if installing those two blogs under the subdomain subfolders is not an option for you a recreation of your account may need to be considered. During the signup process there are options to set the windows or linux side as your primary which would make the setup easier in post.
http://myhosting.com/forums/archive/index.php/t-209.html
myhosting Customer Support team will be happy to assist you with this. You can contact them at support@myhosting.com, or by phone at 1-866-289-5091

bobth1019
2011-04-03, 11:53 AM
Thank you for your response. I have come across this very same response and I am still unclear. As I said exactly where should the setup take place as when per above the message is that it is already installed and there is no option past that that I can see. Could you tell me exactly where in the control panel this it to be done? thanks

suwunk
2011-04-03, 09:34 PM
Hi Bob,

Where do you want to install your 2nd wordpress blog? If you'd like it to create a new wordpress installation on blog.focusdesign.com , you'll need to create a new sub-site in your account.

Alternatively, You can also install your 2nd wordpress blog via FTP
Installing WordPress « WordPress Codex (http://codex.wordpress.org/Installing_WordPress)
Installing Multiple Blogs « WordPress Codex (http://codex.wordpress.org/Installing_Multiple_Blogs)


Actually, there is no reason why you cannot do it!

To confirm this, I just tested it out on a myhosting.com Basic account using only 1 MySQL database, and it works like a charm. When configuring your two blogs, just make sure that you specify a different table prefix for each blog. So for example wp1_ for your first blog and wp2_ for your second. And you can just upload the files to different sub-directories, for example you can have mysite.com/blog1 and mysite.com/blog2.

And there's no reason why you can't have more than 2, as long as you make sure to store the data for each blog in separate MySQL tables.

The only problem with this is that whenever there's a new version, you have to upgrade 2 times

As an alternative, you may be interested in trying something like WordPress MU which allows you to configure multiple blogs with only a single code-base. So it would be similar to what they do with the wordpress.com blog hosting service.
http://myhosting.com/forums/myhosting-forums/how/38-2-blogs-under-one-domain.html

Cheers

bobth1019
2011-04-04, 05:48 PM
Thank you for your help...

Sounds like the way to go for me is configuring the single database and FTPing the WP files up. Question for you re "When configuring your two blogs, just make sure that you specify a different table prefix for each blog." ... really basic...exactly how is this done?

Just a matter of creating the new folder via FTP, loading the WP install files in there and install?

Thanks again for your help...

suwunk
2011-04-04, 11:38 PM
What is your WordPress version?
On WordPress 3.x, you have the ability to create a network of sites (Multisite) which allows you to configure multiple blogs with only a single code-base.
Details:
Create A Network « WordPress Codex (http://codex.wordpress.org/Create_A_Network)

If you use WordPress 2.x you can use WordPress MU to create multisite which allows you to configure multiple blogs with only a single code-base
Details:
WordPress MU « WordPress Codex (http://codex.wordpress.org/WordPress_MU)

If you want different table prefix methods like this (http://myhosting.com/forums/myhosting-forums/how/38-2-blogs-under-one-domain.html) , you can use this example:
mysite.com/blog1
table prefix: wp1_

mysite.com/blog2
table prefix: wp2_

Cheers

bobth1019
2011-04-05, 06:34 PM
Thank you again for the response. However I could use a direct answer to this:

"If you want different table prefix methods like this , you can use this example:
mysite.com/blog1
table prefix: wp1_

mysite.com/blog2
table prefix: wp2_"

Bear with me and a direct answer to this would be good ... do I need to make any changes to the db table before the installation? as in the table prefixes or is this to take place during the WP installation? Let's say I am going to use WP 3. So a matter of putting files via FTP into a new folder (blog2 for example) and running the installation there?

thanks

suwunk
2011-04-05, 08:24 PM
http://codex.wordpress.org/images/thumb/5/5a/install-step3.png/640px-install-step3.png
Enter this prefix during installation.