Wordpress 3 multidomain

okapi

Newbie
Joined
Dec 1, 2009
Messages
16
Reaction score
0
I've heard much of Wordpres Mu possibility to build a "hive" of blogs, usually with subdomains but with some mod it should be possible to use many domains with the same windows mu installation.

Now that wordpress and wordpress mu are united, how difficult is to unite different blogs keeping their own content, and database, but sharing plugins and themes?
 
I can't find "WP_ALLOW_MULTISITE" in config.php. There is not such thing in wp3, which version do you use?
 
Maybe this guide will help (not tested myself):

Code:
hxxp://journalxtra.com/2010/06/activating-wordpress-3-0-multi-site-formerly-multi-user-mu/

Good luck! :cool:
 
I've heard much of Wordpres Mu possibility to build a "hive" of blogs, usually with subdomains but with some mod it should be possible to use many domains with the same windows mu installation.

Now that wordpress and wordpress mu are united, how difficult is to unite different blogs keeping their own content, and database, but sharing plugins and themes?


This is exactly how the Multisite functionality works. Each subdomain has its own independent database and content, but the themes and plugins are managed by the 'Super-Admin' account. As Super-Admin, you decide which plugins and themes are available to which subdomains.

I recently had to do some pretty heavy coding to make a couple advanced features of a premium theme truly MU/3.0 Compatible. Got pretty familiar with the ins and outs of MultiSite in the process. Post back here if you get stuck anywhere and I'll do my best to help.
 
yeah it is true and opens up so many new possibilities
which as a wordpress fanatic I am going to jump on!
 
This could save me a lot of time when setting up new sites! The most difficult part of starting new small niche sites is not a lot simpler :)
 
This could save me a lot of time when setting up new sites! The most difficult part of starting new small niche sites is not a lot simpler :)

The only problem is that they all share a common domain, which might not be the best for SEO in varied niches.

For example, you wouldn't want forextrading.greenplanet.com, sunlesstanning.greenplanet.com, technews.greenplanet.com.

If you get creative with you top-level domain, though, it could be an asset. For example, if you decide you want to create a series of 'Review' sites for various niches, you could then do something like forextrading.hotproductreviews.com, sunlesstanning.hotproductreviews.com, technews.hotproductreviews.com, etc.

It does save some up-front overhead time-wise, but I think it requires more in-depth planning overall.
 
you have to add it to the file

Ops, anyway same problem.

I added that:
define(?WP_ALLOW_MULTISITE?, true);


in wp-config.php,

but anyway if I try to open mywordpress/network.php I got:

"You must define the WP_ALLOW_MULTISITE constant as true in your wp-config.php file to allow creation of a Network."

Tried in 2 already existing blogs in 2 different hostings. No Idea.
 
after 10 tries I see no way to make multisite work with Version 3.0, anyone got it working?
 
after 10 tries I see no way to make multisite work with Version 3.0, anyone got it working?

I've got it working on a number of development and live sites.

Check out the instructions right on the Wordpress Codex:

Code:
http://codex.wordpress.org/Create_A_Network

Are you placing the code at the very end of the wp-config.php file, or are you placing it above the line that says:

Code:
/* That's all, stop editing! Happy blogging. */

?

Try the Wordpress Official instructions step-by-step and report back if it's still not working.
 
Now the multisite works, it makes subdomains too. :)
 
Back
Top