Closed (fixed)
Project:
Multiple Domains
Version:
5.x-1.x-dev
Component:
code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2007 at 11:50 UTC
Updated:
4 Nov 2008 at 07:15 UTC
I am using 5.0-rc2 and want to use multidomains with multi-site, single installation, shared db, domains like domain1.cm, domain2.com etc. I want all sites looks different, but using same database - Please guide me step by step
Comments
Comment #1
adrian commentedThere's a bug I just found.
It has to do with the theme_default global.
The module is loaded too late in the initialization process to have an effect on the $theme value.
I'm looking into possible solutions at the moment, but I fear the quickest way to solve this would be to do the following in your settings.php
This is exactly the type of code that is being generated by the multidomain module,
but unfortunately it just runs too late in the process.
The other issue is that earlier in the initialization the database isn't available.
Comment #2
wayland76 commentedCan this be closed now?
Comment #3
betz commented