Hi, I apologize in advance if this is something that has been brought up recently. I've done quite a bit of searching, and can't find cases exactly like what I'm attempting to do.
For the server I run, we're slowly migrating to a new domain, and as part of that migration, I'm trying to consolidate our drupal installs with multisite. Currently, each of our major subdomain sites that are single sites are set up this way. The current setup is that I have the subdomain pointing to the drupal directory on the site, called /drupal/, and within the sites folder of /drupal/ I have folders for each site like grad.mysite.org.
My problem is that I'm wanting to setup multiple sites within each subdomain, all running off the same drupal install. So, I'd like a structure like this:
grad.mysite.org/site1
grad.mysite.org/site
The problem I'm running into is that when I create a folder such as grad.mysite.org.site1 within the drupal install, and try to navigate to it, all I get is a prompt to install drupal at grad.mysite.org. If I go ahead and install that, then when I try to go to a subdomain, I get the Page Not Found error from the grad.mysite.org drupal install.
Is there something that I'm messing up on this install setup? From what I can tell in the multisite documentation, this should not be problematic, but I can't get my subsites off the subdomain to be recognized as valid.
Any suggestions/help/etc would be greatly appreciated,
V