Forum Moderators: coopster
i have a client that has a website with registered users.
the user pages appear as www.example.com/username/pge-name.htm (using mod_rewritte in htacccess)
now he wants to implement a blog to his members (www.example.com/username/blog/......
Are there any simpe blogs that support multiple users?
The passwords of the members are saved with md5(), so the blog script must have the same routine for its passwords, so as i can copy the existing passwords easily to the blog's user passwords.
I have tried wordpress, but i couldnt make it work with multiple users (of course i didnt "play" with it for very long).
Any help/tip is appreciated