Do you want to have 2 Blogs or just 2 Authors? Because a blog can already have multiple authors writing to the same blog via the User Management Admin panel.
For 2 Blogs the easiest way would basically be like this:
1. Unpack the serendipity .tar.gz to /customers/thelifeforum.com/thelifeforum.com/httpd.www/BLOG1/
2. Open your
http://thelifeforum.com/BLOG1/ URL and install to dbPrefix "blog1_". Pay attention that the path setting defaults by Serendipity point to the path in 1.
3. Unpack the serendipity .tar.gz to /customers/thelifeforum.com/thelifeforum.com/httpd.www/BLOG2/
4. Open your
http://thelifeforum.com/BLOG2/ URL and install to dbPrefix "blog2_". Pay attention that the path setting defaults by Serendipity point to the path in 3.
Then it should basically work. The only thing which may have an influence if an 'include_path' is set to /customers/thelifeforum.com/thelifeforum.com/httpd.www/BLOG1/ or /customers/thelifeforum.com/thelifeforum.com/httpd.www/BLOG2/ - this should never be needed and never happen. To check that out, create a
script, save it as 'test.php' on your site and execute it via HTTP (
http://yourhost/test.php). There look out for "include_path" and tell me what it is set to. If it includes the path mentioned above, you need to contact your System Administrator and ask him, why he did that.
Regards,
Garvin
kristian wrote:Ok, I'm somewhat a php-analphabet, so I'm not that fast
I deleted both installs. What is the easiest way to have more than one author? Can I just install two separate installs and then make sure that the DB prefixes are different, and that will do the trick, or are there also other things to keep in mind?
Sorry for being such a n00b!