I have a community site that uses php nuke platinum, although I don’t know if I could make serendipity into a nuke module to let my users have their own blog I understand I can at least set a shared installation for them.
I red the shared installation instructions but I don’t want to use virtual host, I would like something simpler, like just having subdirectories for each user, something like:
www.mysite.com/blog/user_name
So I uploaded all the files that came with the serendipity distribution into www.mysite.com/blog/ and then I made a sub directory /user_name that contain these directories:
/deployment
/htmlarea
/templates
Since I cannot create a new database I was thinking in using maybe a different prefix on the table, maybe like serendipity_username_
But I’m stuck here, and I don’t know what to do next.
Please help,
Thank you