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

agentrickard’s picture

Status: Active » Closed (works as designed)

Nope. 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.

agentrickard’s picture

Status: Closed (works as designed) » Active

If 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.

agentrickard’s picture

Status: Active » Closed (works as designed)

Setting back.