Drupal has a multisite feature which means, you can run multiple sites with the single code base, but all the sites can have different databases, different configuration & files. For multisite installation on drupal 8, I am going to configure the three sites with single code base atdrupaldev.com btdrupaldev.localhost ithdrupaldev.localhost Now the question is how to configure it, Let me explain each & every step. Follow the below steps, Step 1: Download the latest Drupal code and put it in your working directory, for supposing I put the code in var/www/at-drupal-8 Step 2: Create the three databases from php myadmin or any GUI, Step 3: Now open the sites directory and copy the default folder & paste it three times and give names as the site name above, i.e default = atdrupaldev.com default = btdrupaldev.localhost default = ithdrupaldev.localhost So your folder structure would be like below, Step 4: Now provide the databas...