WPMU Installation Problems?
WPMU Installation Problems
The full text post for WPMU Installation Problems is located here
In the installation process this week for a client…encountered some little tips that might help the installation process go a little bit easier for you.
No WPMU Website Defined on This Host
Firstly, a very common error message is No WPMU Website Defined on this Host. Unfortunately, the codex is not completely clear on the fact that the MU autoinstaller has a function built into that created a wp-config file. Even though the distribution package comes with a wp-config-sample.php as regular Wordpress does, it is not the same installation process to change the parameters in this file and rename it. The same thing goes for the .htaccess file. There is a .htaccess.dist that comes with the package. Although both of these files are in the zip or tar.gz package, neither is actually utilized. That’s right…you should have neither file, wp-config.php or an .htaccess file, these will be autocreated by the install. You will be guided through entering your SQL details, logins, user, database, etc.
Installing WPMU in Root Directory
You might find that there are some issues with your host and the autoinstaller when attempting installing WPMU in the Root Directory. The codex and searches don’t provide a ton of information on this. Since the write properties of the directory that contain the WPMU files must be writeable, there are some issues with write permissions being blocked out and prohibited from change to allow for the write access. This is the only way for the WPMU auto-install to work. The easiest solution, obviously, if you encounter this, which you likely will, is to install MU in a directory, which can easily be changed in most cases for permissions via FTP. Still looking for a good solution for installing WPMU in the root directory. This had been done on a project, but it has been several years, so the notes seemed to have vanished. It did work fine when installed in a directory however, which worked fine for the clients application due to the need for ability to enhance the main design of the site quite a bit which might be more limited with Multi-User.
WordPress MU Forums Tag: installation
Ask GoDaddy support to set up the wildcard sudomain on their end for your account.
2010 06 17I downloaded the wordpress.zip at wordpress.org and folowed your tutorial to enable WPMU. After that, I went to Tools > Nerwork and enabled the subdomain install and installed.
Before the install, I created a DNS entry *.mydomain.com pointing to my ip
And created a new site using the WPMU to midia.mydomain.com. And this are bot working... :(
2010 06 17
Wildcard DNS, Subdirectory, WPMU Hosting
You will need to decide whether you want to utilize the subdirectory method or the folder option. The difference is how the new blog sites created by users are accessed once a user is done creating a blog with WPMU. Your host will have to activate Wildcard DNS should you wish the following type of address for a blog (if you have your own server, this article explains how to setup Wildcard DNS on Apache, otherwise, your host would do it):
musubdomain.domain.com
With a folder access installed in a separate directory, you would get something like this, which does not require the DNS Wildcard. Some hosts may not support this. The host, asmallorange.com which is listed on our Wordpress Hosting Page does.
sitedomain/directory/mu-user
WordPress MU Forums Tag: DNS Wildcard
Forget about wildchar dns.
This is a simple trick to configure this.Create a subdomain
*.yourdomainname and point it to the folder which the yourdomainname points to.Issue is solved.
for eg : If yourdomainname.com points to folder
public_html then create subdomain *.yourdomainname and point it to public_htmlthis trick works with shared web hosting. I just now configured it in computerkid.info
2009 02 09The DNS wild card is needed when you are running in sub-domain mode.
Without it blog.my.domain , blog2.my.domain, blog3.my.domain won't work as the names will not resolve. By default most DNS records are set up to handle my.domain and http://www.my.domain
2007 10 26
WordPress MU Forums Tag: subdirectory
And if you want to keep those blogs, you have to go change the URLs in the db.
2010 06 09Covered here, just in reverse:
http://mu.wordpress.org/forums/topic/14134
Also open up the wp-config.php file and change the VHOST setting. (Yes for subdomains, no for subdirectories.) Save and then open up the file again to see if the editing has been saved. On many platforms, a file created by the webserver is owned by the webserver and an user may ne be able to edit it. If that does happen, you need to get the root user to change ownership for the file. (ie Contact your host.)
2010 06 07
Professional WPMU Installation, Hosting, MU Developer Install
As always, we are happy to direct you where to go for WPMU hosting or for a Professional WPMU Install.



WPMU can be installed without create Wildcard DNS, please read this tutoorial http://wpmuzone.blogspot.com/2009/07/install-wordpress-mu-on-shared-hosting.html
There’s good info here. I did a search on the topic and found most people will agree with your blog. Keep up the good work mate!
I don’t know If I said it already but …I’m so glad I found this site…Keep up the good work I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say GREAT blog. Thanks,
A definite great read….
i love this post. keep going!
支持个!继续努力!
Wow, I have been searching and searching and found nothing but smart @$$ comments on wordpress.org and many other sites. Thank you for laying it down in like the first paragraph. All I did was remove the files you mentioned from the install package and presto. My wordpress mu is ready to go. Thank you.
weird stuff _ i did get the install screen to appear but then ended up doing the following:
-reinstalled everything (leaving the wp-config-sample.php file alone - and deleting the htacess.dis file)
-then when I had the install screen opened, before hitting the submit button, i then uploaded the htaccess.dis file.
That’s what worked - strange