I'm looking to set up a handful of sites in a network but have a question I can't seem to find answered online.
Let's say I have a top level site at the root directory, eg:
http://localhost
Is there a way to have my sub-sites appear in a custom directory, eg:
http://localhost/custom/site01
http://localhost/custom/site02
http://localhost/custom/site03
Instead of
http://localhost/site01
I tried changing the site URLs but it always results in a page not found so I'm guessing it has to be done another way.
Thanks!
