Word Press MU Installation Woes

Word Press Mu -- one word: awesome

I've been playing around with Word Press MU and encountered some issues during the installation.

Till I finally figured out the fix:

  1. Dont manually create a .htaccess file and dont manually create a wp-config.php file either.
  2. Just make sure you create a DB. Know the db name/db user /db password. Make sure your user has the proper permissions for the db you created.
  3. CHMOD 777 on "public" and "wp-contents" if the site root is where you uploaded your base files.
  4. Go to http://yourdomain.com/wp-contents/install.php
  5. Go ahead and click button to create config file.
  6. Then just plug in the information needed.
  7. Once set up CHMOD 755 "public" and "wp-contents"

That's all you need to set up WPMU. Hope that helps someone else.

Tags: Playground, Word Press Mu

——

Comments powered by Disqus

This post talks about: