WordPress Multisite Subfolder install Network Setup

The original configuration steps are shown here for reference. Add the following to your wp-config.php file above the line reading /* That’s all, stop editing! Happy publishing. */: Network configuration rules for wp-config.php define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); define( 'DOMAIN_CURRENT_SITE', '****replace with domain name***' ); define( 'PATH_CURRENT_SITE', '/****replace with name of subfolder***/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( … Continue reading WordPress Multisite Subfolder install Network Setup