I am thinking to separate the blogs by using category:
1. category_A for blog_A
2. category_B for blog_B
So maybe I need to tweak the Apache rewrite config file to do:
1. rewrite category_A.mydomain.com to /blog/category/category_A
2. rewrite category_B.mydomain.com to /blog/category/category_B
The problem now is that how to show a different title for category_A and another title for category_B?
Buhi