is aegir able to manage sites that have the subdomain module installed on them???
if so, how can you configure the provisioning so that the wildcards for the domain will forward to that particular site???

for example
lets say i have a site called example.com
that means i would want all subdomains to also go to that same site.

Comments

Anonymous’s picture

What I would do:

1) Enable the 'Site aliasing' feature

2) Create a site example.com

3) Check the 'Redirection' checkbox that is on the site node.

4) Enter *.example.com into the Site Alias text area beneath on the form

This will install the site example.com with a ServerAlias in the apache vhost config *.example.com along with a redirect to example.com . The redirect is optional. There are also a rich set of options in the Alias feature settings at /admin/hosting/aliases , including the ability to use a single domain to generate temporary subdomains for all sites, along with the ability to use Redirection as above by default, among others.

Hopefully this should achieve what you're trying to do, without needing to use any other contrib modules.

Anonymous’s picture

Project: Hostmaster (Aegir) » Hosting
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.