WordPress Multisite with VVV
In the command line, I used vv create
to make a new WordPress multisite, selecting "y" on the multisite option during setup. Once the process finished, the site was created, but was the network had not been setup. I went into the wp-config file, and added /* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
to get the network option in the admin area. Now I am stuck though, because while setting up the network it shows "Warning: An existing WordPress network was detected. Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables." above the code blocks to enable the network. Furthermore, while I am able to add code to the wp-config file, there is not an .htaccess file available...and I am thinking it may not be needed to create one. I have not found much documentation on it online, but what I have seen seems to suggest these requirements are handled another way. Can someone help me figure out how to get multisite setup? I feel I'm missing something very simple that everybody knows except me, and not discussing it online...how embarrassing.
Topic vagrant local-installation multisite Wordpress
Category Web