boa icon indicating copy to clipboard operation
boa copied to clipboard

Multi-domain support? (make aliases and redirects configurable separately)

Open petrowsky opened this issue 6 years ago • 4 comments

For some reason, I'm having a hard time wrapping my head around this one when using BOA/Aegir.

Don't know if it's an Aegir question or BOA one. I think it's BOA because of how it's managing the connection to the database.

I want to use one codebase and database with multiple domains. Like this.

www.domain-1.com domain-1.com (->redirect->) www.domain-1.com

www.domain-2.com domain-2.com (->redirect->) www.domain-2.com

Both domains need to share the same codebase and database. I'm using the multi-lingual modules with the url/domain option instead of the subdirectory found at admin/config/regional/language/configure

Since Aegir is controlling the vhost files, with regards to the rewrites from domain.com to www.domain.com, I don't see the option where I can add an alias for the other domain but not have them all be redirect to one common domain.

Do we have this type of control and where?

petrowsky avatar May 12 '18 18:05 petrowsky