Page 1 of 1

single user base across multple domains

Posted: Wed Nov 01, 2006 2:51 am
by Ares2907
Hello all,
Did some searching, but didn't find a specific answer to the following.


I want to split my blog across multiple subdomains, whilst retaining a single user base between all of them. Is this possible through a vanilla configuration of serendipity? I've no hassle setting up multiple virtual hosts etc, I just want users to be shared between them.

Any info you can provide is greatly appreciated.

Re: single user base across multple domains

Posted: Wed Nov 01, 2006 6:15 pm
by garvinhicking
Hi!

s9y can run listening on multiple vhosts, yes. You can use teh config option "auto-detect http-hosts" for that. The only prerequisite is that you don't run s9y in different paths.

HTH,
Garvin

Posted: Sat Nov 04, 2006 8:04 am
by Ares2907
Thanks for the reply. I should have been more specific with my question.

How about if I want specific categories to exist at certain subdomains?

eg.,

blog.mydomain.com <--base blog
tech.mydomain.com <--tech category
entertainment.mydomain.com <--entertainment category


Ideally, what I want is to have main categories as subdomains, with subcategories acting as per a normal blog, with a single user-base for all of them.

multiple domains

Posted: Sun Nov 05, 2006 12:28 pm
by Arnold Nijboer
I've had the same problem, you can solve it with dns configuration.

blog.mydomain.com --> www.mydomain.com/index.php?/categories/1-Blog
tech.mydomain.com --> www.mydomain.com/index.php?/categories/2-Tech
........................

all you need to do is to set up multiple categories.

Good luck
Arnold