Multiple wordpress and phpBB installs

Multiple wordpress and phpBB installs

Posted by: zhack
Posted on: 2008-05-18 10:13:00

Hi All,
Lets imagine i have 20 topics to deal with. What I exactly want is to have a wordpress blog and a forum for each one of them.

I need your advice on going for either 20 different subdomains or 20 different sub directories. Which of the following option would be a better option:

A) blog1.mydomain.com & forum1.mydomain.com ... or
B) mydomain.com/blog1 & mydomain.com/forum1 etc...

I need this inputs from page rank perspective(see here, how PR is affected if the top level domain is not that active) and also from feasibility, performance & backup view.

As it is somewhat clear that each subdomain has to grow on its own in the Page Rank view, I am inclined to create mydomain.com/blog1, mydomain.com/blog2 ....Is it possible to install different wordpress & phpBB in 20 or more sub directories. OR is there any better option.

Best Regards,
Zhack

Re: Multiple wordpress and phpBB installs

Posted by: sXi
Posted on: 2008-05-20 14:22:00

In reply to:

Is it possible to install different wordpress & phpBB in 20 or more sub directories.


Absolutely.

If you travel the route of having domain.com as a landing page then having your blogs/forums in subdirectories you can add subdomains that redirect to those folders as well by using htaccess files with permanent redirect entries.

b1.domain.com -> 301 redirect to -> domain.com/b1/
f14.domain.com -> 301 redirect to -> domain.com/f14/


Re: Multiple wordpress and phpBB installs

Posted by: zhack
Posted on: 2008-05-22 12:57:00

Hi sXi,
Thanks for the Tip.Looks Great. Just want to know is there any limit of the subdirectories I can create. I mean from the point of view that each subdirectory contains a blog & forum with it's own MySQL DB.
Will running so many MySQL databases won't affect the performance ?

Best Regards,
zHack

Tags: wordpress blogsubdomains