Note:
If you have created an instance of the Community
Server Power Tool using one URL and try to access
that instance using another URL,
Community Server does not allow you to access that instance. To
resolve this issue, you need to add the second
URL to that instance's database by logging in to that instance's database
using the credentials specified while creating the instance, then running
the cs_system_AddNewUrl stored
procedure.
For instructions, refer to http://developer.communityserver.org/default.aspx/CS.MultipleCommunityInstallations.
For example, if your site name is example.com,
and you create communityserver1, an instance
of the Community Server Power Tool using the site control panel, the URL
for browsing this instance is http://www.example.com/communityserver1.
Now if you want to browse the communityserver1
instance using http://192.0.34.166/communityserver1,
where 192.0.34.166 is the IP address of example.com, you need to add this url to communityserver1's database. To do this, you need
to log in to communityserver1's database
using the credentials specified while creating communityserver1,
then run the following stored procedure:
cs_system_AddNewUrl 'example.com/communityserver1', '192.0.34.166/communityserver1'