
$ sudo /opt/bitnami/configure_app_domain -domain In this example, let’s assume the primary domain is. To do this, follow the steps below:Įxecute the following command to update the domain name.

The first step is to define the primary domain for your WordPress Multisite instance. Therefore, the instructions listed in the “Network Setup” page should be disregarded.

These configuration changes are already included in the Bitnami WordPress Multisite stack. NOTE: The WordPress Multisite dashboard (under “My Sites -> Network Admin -> Settings -> Network Setup”) lists a set of changes to be made in your wp-config.php file, as shown below.

a primary domain at with separate blogs for Earth and Mars at and, another blog at, and yet another blog at. SCENARIO 3: You want a combination of the two previous scenarios eg. SCENARIO 2: You want multiple websites/blogs at different domains eg. your primary domain is and you have separate websites/blogs at, and. SCENARIO 1: You want multiple websites/blogs at subdomains of your primary domain eg. Refer to the FAQ for more information on these changes. The output of the command indicates which approach (A or B) is used by the installation, and will allow you to identify the paths, configuration and commands to use in this guide. To identify your Bitnami installation type and what approach to follow, run the command below: $ test ! -f "/opt/bitnami/common/bin/openssl" & echo "Approach A: Using system packages." || echo "Approach B: Self-contained installation." On account of these changes, the file paths stated in this guide may change depending on whether your Bitnami stack uses native Linux system packages (Approach A), or if it is a self-contained installation (Approach B). NOTE: We are in the process of modifying the file structure and configuration for many Bitnami stacks.
