Issues getting Multiple Domains to work
| Project: | Multiple Domains |
| Version: | 5.x-1.x-dev |
| Component: | code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hi,
I'm trying to setup a subdomain on my existing Drupal site (5.0), I've downloaded the multidomain module and think i've followed all the right steps but cannot get my subdomain to work.
Here's the process I followed....
1) patched common.inc
2) installed/enabled singlesignon and multidomain modules
3) commented out the $base_url in settings.php (as mentioned in another issue - was having the strange url problem too)
4) but all i get when i go to configure my subdomain is...
Not Found
The requested URL /admin/settings/multidomain/settings/http_team.mumsandlittleones.com was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. with the url http://team.mumsandlittleones.com/admin/settings/multidomain/settings/ht...
To me the url looks wrong, but I'm pretty new to Drupal so I'm not sure. What have I missed in the setup of multidomain?
I'd really appreciate some help!

#1
This is exactly the problem I am now having too....It is looking for
admin/settings/multidomain/settings/httpxxxxx etc
Is it maybe that I need to do something on the server with the DNS entries perhaps ? If I try and view one of the domains I am trying to multidomain direct through the URL I just see the normal folders Parent Directory and cgi-bin on the screen as though the name is not being picked up by the multidomaining at all ?
#2
did you apply the patch to common.inc?