How to make WordPress 3 multiuser
You’d think that the WordPress team would be all over touting the power of the new WordPress multiuser. It’s a huge bonus to anyone who uses WordPress. It’s amazing. It’s not documented.
So want to know how to do it?
Here are the steps:
1. Jump into the wp-config.php file and add the following code to the end of your code:
/** Enable or disable Worpress Multi-site features **/
define(‘WP_ALLOW_MULTISITE’, true);
2. Now, jump into your dashboard and go to Tools and then go to Network. Just follow the instructions on there.
3. One important thing is to find out if your host provider will allow for you to place a wildcard (*) DNS for your subdomains. If you can’t then just use directories which is easy enough.
4. You will need to make sure your .htaccess file is writeable or nothing will work.
5. Enjoy!





0
Comments
Leave a Reply