You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drupal sites do not need to have the "sites/www.domain.com" directory renamed for the staging server. Currently it looks like this is automatically done in the ash/drupal_shared_hosting file when you define 'set :multisites'. Ideally this functionality would just add a line to the "sites/sites.php" file that would point the staging url to the "sites/www.domain.com" folder. Below is an example of the line that would need to be added:
$sites['aai.server.aaidev.net'] = 'domain.com';
See Adam Erickson with questions.
The text was updated successfully, but these errors were encountered:
That seems doable. Just need to research if that sites.php file is Drupal 6 compatible or only works in Drupal 7+ (or we'll just create a new Drupal 6 recipe that uses the existing multi-sites and the main Drupal recipe will reflect Drupal 7+ moving forward).
Drupal sites do not need to have the "sites/www.domain.com" directory renamed for the staging server. Currently it looks like this is automatically done in the ash/drupal_shared_hosting file when you define 'set :multisites'. Ideally this functionality would just add a line to the "sites/sites.php" file that would point the staging url to the "sites/www.domain.com" folder. Below is an example of the line that would need to be added:
$sites['aai.server.aaidev.net'] = 'domain.com';
See Adam Erickson with questions.
The text was updated successfully, but these errors were encountered: