0 down vote favorite
share [fb] share [tw]
I try to set up drupal multisite by using domain access module.we two sites sscsoftweb.com and kumba.sscsoftweb.com.Both are drupal sites which host in shared environment.i install domain access module in sscsoftweb.com. kumba.sscsoftweb.com is subdomain as per installation instruction i remove text followed after /public_html
Then i create a new domain record and create two page called page1 and page2.page1 published in sscsoftweb.com similarly page2 publish in kumba.sscsoftweb.com.i set the homepage for kumba.sscsoftweb.com is node/2.
the problem is when i hit kumba.sscsoftweb.com it automatically redirect to sscsoftweb.com homepage not to node/2. is there any thing i miss.kindly suggest me how to fix this issue.
thanks..
Comments
Comment #1
agentrickardAn "automatic" redirect suggests that the server is not recognizing the domain configuration and is always hitting the "default" web site. (That is, sscsoftweb.com always loads).
Domain Access does not issue server redirects *unless* you explicitly configure Domain Alias to do so.
QUESTION:
1) I assume that this behavior occurs for _every_ page of the second web site, and not _just_ the homepage.
If this assumption is true, this is a hosting / DNS configuration issue that I cannot provide support for. I suspect that your DNS is not resolving correctly (or you accidentally created two settings folders, which you should not do).
Depending on how and where you are hosting, the following documentation may be helpful:
* http://drupal.org/node/1096954
* http://drupal.org/node/1068894
If this asumption is not true, then you likely have some other module interfering and issuing redirects, or you have misconfigured Domain Alias to redirect subdomains to your primary domain.
Comment #2
dqdI'll close this issue due to inactivity for 13 years and of not supported Drupal version.