Create New Site (multisite); can’t get subdomain to work
This is the problem with Multisite setup. Check your wp-config.php file. Right under define(‘MULTISITE’, true); you should have this: define(‘SUBDOMAIN_INSTALL’, true); If this is set to true you will be able to add new sites as subdomains. After you do this re-check in wp-admin, what extra lines you need to add to .htaccess and wp-config … Read more