When you type in http://localhost/communitystartekit/default.aspx the community that answers will be whichever one is configured to answer requests for localhost in the ISPAdmin tool. For example: if you ahve community1 configured like this:
domain = localhost
sub-domain = *
then community 1 answers ALL requests coming to http://localhost/communitystartekit/
You will never see anything from Community2 if you use http://localhost/
Even if you configured community2's domain field in ISPAdmin so that community 2 also listens for localhost, it probably still wont answer a request for localhost since community 1 will get the request first (this isn't necessarily true, depends on which community was created first).
If you want to see both communities on your local machine do this:
Open your hosts file and add a new entry for the IP address 127.0.0.1. For example:
127.0.0.1 community2
In ISPAdmin, configure community 2 like this:
domain = community2
sub-domain = *
Then in the address bar type:
http://community2/communitystartekit/default.aspx
This should show you community 2. Typing in the same address for localhost should still give you community1.
Stephen M. Redd
http://www.reddnet.net