I want to have subdomains branching off of this main domain. In the example above, w-asc is one of those. w-asc should have its own root directory, set to the www folder inside.
I want to be able to go to www.local.dev/studentaffairs/w-asc, and have the contents of w-asc/www displayed, with www as the site root.
This is the contents of the w-asc.json in data_bags/sites:
Hi,
Below is my vagrant public directory structure:
I have my main site:
local.dev
. Here is the contents of itslocal.json
file inside thedata_bags/sites
dir:I want to have subdomains branching off of this main domain. In the example above,
w-asc
is one of those.w-asc
should have its own root directory, set to thewww
folder inside.I want to be able to go to
www.local.dev/studentaffairs/w-asc
, and have the contents ofw-asc/www
displayed, withwww
as the site root.This is the contents of the
w-asc.json
indata_bags/sites
:however this doesn't seam to work as I want.
How can I configure my
sites
for the desired functionality?