mertner.com/allan

How to add a new user

Tags: — Allan @ 1:38 am

Reminder to self… To add a new “user” to the site (i.e. another Mertner that wants a blog), the following needs to be done:

1. Create a symlink to the root folder named after the user,
2. Edit wp-includes/my-functions.php to add the username
3. Copy config-default.php to config-<username>.php and edit with a new table prefix
4. Go to the new base URL and configure [WordPress](http://wordpress.org) for the new user

That is it! :)

Leave a Reply

Note: You can register using the link on the right (it's both quick and free) to avoid having to supply this information when you leave a comment...

5 Responses to “How to add a new user”

  1. Matthew Says:

    I am attempting to setup a multi-blog website on a local server and am having trouble with this part of the instructions. Previously, I had it set up with a separate Wordpress installation, but the second one always pointed to localhost no matter what I did so I decided to try following your directions when I found them. At this step, however, I am wondering A) exactly how to write the symlink and B) where to write it at. I’m not overly familiar with PHP yet, and though I have looked up what a symlink is, I’m not certain where it needs to be placed or what needs to be written as the target and the link. Thanks for all your help.

  2. dave Says:

    Question about step 1. What is a “symlink to the root folder”? Is this simply, “create a folder/subdirectory” named after the user?

  3. Ivan Says:

    Really, what is “symlink to the root folder”?

  4. DaveP Says:

    Allan, I’m wondering how to perform step 1.? Create a symlink to the root folder… how? Thanks!

  5. Dave Kalaluhi Says:

    to create a symlink you use the command ln -s /usr/share/wordpress /yourlink

    My question to this is: Does anybody know who well this works on debian? If not, we’re all about to find out.