Edit vvv-hosts file in ~/Path/to/VVV/www/multisite/vvv-hosts according to the documentation, adding each subdomain on a new line. It looks like this:
multisite.dev
en.multisite.dev
es.multisite.dev
Run vagrant reload --provision
Here I receive some warnings:
==> default: nginx: [warn] conflicting server name "es.multisite.dev" on 0.0.0.0:80, ignored
==> default: nginx: [warn] conflicting server name "es.multisite.dev" on 0.0.0.0:443, ignored
==> default: nginx: [warn] conflicting server name "es.multisite.dev" on 0.0.0.0:80, ignored
==> default: nginx: [warn] conflicting server name "es.multisite.dev" on 0.0.0.0:443, ignored
I have the domain and subdomains in the VVV dashboard, but only multisite.dev will run the installer. The en.multisite.dev will redirect to the dashboard and the es.multisite.dev will time out.
I am having issues running installing a multisite WP installation. This is what I do:
Create multisite running
vv create -d multisite.dev --multisite subdirectory -x
Edit vvv-hosts file in
~/Path/to/VVV/www/multisite/vvv-hosts
according to the documentation, adding each subdomain on a new line. It looks like this:Run
vagrant reload --provision
Here I receive some warnings:
I have the domain and subdomains in the VVV dashboard, but only multisite.dev will run the installer. The en.multisite.dev will redirect to the dashboard and the es.multisite.dev will time out.
What's wrong with the installation?