Let me try to explain it before I get to the question. I have a brand new drupal 6.11 install which is working just fine.
I created a new-site using the multisite_manager module with a path that looks like this example.com/site/news-site which is working good so far. For this news-site, I created a new custom theme with few blocks under the path sites/all/themes/news as suggested by drupal.
I can successfully access the news-site by going to eg. example.com/site/news I can see my new-custom-template with the few blocks I added. However....
Here is my Question. HOW CAN I SET MY NEWLY CREATED NEWS-SITE AS THE DEFAULT SITE? Let me explain:
Right now if I go to eg. example.com I get my default Garland theme. I want to replace this theme with my newly created site at example.com/site/news. In other words, I want to make this the homepage. Is that possible?
I tried going to http://example.com/admin/build/themes, Enabled and set "Default". Now I go back to http://example.com I can ONLY see the skeleton of my news-theme BUT not the menu or the Blocks I had added.
Why I can only see the skeleton and not the added blocks?
thank you for reading and I hope someone can help me. Sorry for not been able to explain in two or three words.
C