Best Multi-Domain Multi-Site WordPress
-
Ok, so I’m not entirely sure which section this should go in, but since it relates to me trying to get wordpress installed/configured properly here we are.
I have a single web server and multiple domains. I want to have a separate wordpress site/blog for each domain. So that when you go to abc.com, you get the abc.com site and the urls are all abc.com/post. Then when you go to xyz.com, you get the xyz.com site and the urls are all xyz.com/post.
I know that with Apache it is possible to set up and serve out multiple sites via virtual hosts. So that when you go to abc.com it points to it’s defined docroot or vice versa for xyz.com.
So what is the best way to accomplish what I’m looking for? I thought perhaps a separate WP install in each virtual host’s directory with the apache configs above. Then I came across WP-MU and have been working on setting that up, but it seems to not work the way I’m looking for. I have the main WPMU site up and can login to it, but 1) I’m not sure yet how to create new sites/blogs and 2) it appears as if it is going to try to create those as subdomains (blah2.abc.com) or subdirectories (abc.com/blah2/post). Both of those are not what I want or need. I have seen the multi-site and domain mapping plugins, but i’m not sure if those will keep the respective domain in the urls properly as I listed above. So that when you go to abc.com you get abc.com in all of the urls and all of its content, but at xyz.com you get xyz.com instead of something like xyz.abc.com or abc.com/xyz/post.
Is there a specific domain mapping plugin that should be used with WPMU for this? Or would it be better to use something like WP-Hive plugin with individual WP sites for each domain and virtual host?
Thanks for the time and help!
- The topic ‘Best Multi-Domain Multi-Site WordPress’ is closed to new replies.