Bitnami Wordpress Multisite initial Installation and Configuration

Опубликовано: 15 Май 2026
на канале: SICOST
1,339
13

An explanation of the installation steps and initial configuration of bitnami wordpress multisite, so that it can be used for admins and users to manage several sub sites / multisites of a website. These stages include setting up the installation process, smtp email, user registration, sub site registration, adding users, adding sub sites, and adding a few login configurations to wp-config.
After installation, so that the admin can login to the dashboard, it is necessary to modify the wp-config file (in the bitnami folder- wordpressmultisite- apps- wordpress- htdocs) by adding the following script after "define ('NONCE_SALT', etc..." namely:
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', false);
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');

May be useful
#bitnamiwordpressmultisite
#multisiteregistration
#wordpress