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.
single user base across multple domains
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: single user base across multple domains
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
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.
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.
-
Arnold Nijboer
- Regular
- Posts: 42
- Joined: Mon Oct 23, 2006 7:48 pm
- Contact:
multiple domains
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
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