December 2016
Beginner to intermediate
1005 pages
21h 54m
English
Drupal provides the ability to run multiple sites from one single Drupal code base instance. This feature is referred to as multisite. Each site has a separate database; however, projects stored in modules, profiles, and themes can be installed by all of the sites.
Site folders can also contain their own modules and themes. When provided, these can only be used by that one site.
The default folder is the default folder used if there is not a matching domain name.
If you are going to work with multisite functionality, you should have an understanding of how to setup virtual host configurations with your particular web server. In this recipe, we will use two subdomains under localhost called dev1 and dev2
Read now
Unlock full access