- Add one line to wp-config.php
- Login again – follow instructions
- Add six more lines to wp-config.php
- Create/update the hidden .htaccess file containing the rewrite code

1) Add one line to wp-config.php
define( 'WP_ALLOW_MULTISITE', true );
2) Login again – follow instructions
Example Sub-Domain: virgin.zapmap.com
links to same as
Example Sub-Directory: zapmap.com/virgin
Note: Install WordPress in the root of your webpath if you want to use a sub-domain install. A sub-directory install creates a path-based network, even though it does not use file system directories.
3) Add six more lines to wp-config.php
4) Create/update the hidden .htaccess file containing the rewrite code

