Changes between Version 8 and Version 9 of faq/drupal/add-site
- Timestamp:
- Mar 23, 2020, 1:43:35 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/drupal/add-site
v8 v9 4 4 * Create a subdomain in the [http://members.mayfirst.org Members Control Panel] in the DNS service. For "type" select "a." Enter a domain name (like new.yourdomain.org) and for the IP address, use the same IP address as your other DNS records. 5 5 6 * Edit your web configuration in the [http://members.mayfirst.org Members Control Panel]. Add your new domain to the !ServerAlias line. For example, if your existing site was mysite.org, and your new site was dev.mysite.org, you would change your !ServerAlias line to read: 7 8 {{{ 9 ServerAlias www.mysite.org dev.mysite.org 10 }}} 6 * Edit your web configuration in the [http://members.mayfirst.org Members Control Panel]. Add your new domain(s) to the Domain Names field(s). 11 7 12 8 * [wiki:sftp ssh or sftp] to your site. In your /home/members/YOURMEMBERNAME/sites/YOURDOMAINNAME/web/sites directory, create a new directory with the same name as your subdomain, so, for example, if you want to build "dev.yourdomain.com", you should create a directory called "dev.yourdomain.com".