hey there,
I think the title speaks for itself, but anyway :)
I'm trying to create a subdomain in a directory rather than as a subdomain. long story short: "clients... sheesh". end of story. ;)
I'm not sure if DA does this out of the box, or if it's some configuration/contrib module I'm missing... anyway, I appreciate any help with this.
cheers,
Luciano
Comments
Comment #1
agentrickardNope. Won't work. Not unless you can do some server-level trickery.
DA reads the $_SERVER['HTTP_HOST'] value. You _might_ be able to fake this value inside settings.php or an implementation of hook_domain_bootsrap_lookup(), but that is not supported.
Comment #2
agentrickardIf anyone would like to comment on how to achieve this, feel free.
It would need to be a separate module. This is not going in the core.
Comment #3
agentrickardSetting back.