By tvanalstyne on
Hello All,
I've installed Drupal successfully with multi-site capabilities, however, it appears that Drupal is "overriding" my other Apache virtual hosts. For example, sites A, B and C are actual Drupal multi-sites whereas D is a plain old HTML/non-CMS site. When you browse to A, B or C you get the correct site displayed. However, when you browse to D you get the default multi-site displayed. What's strange about this is each site has a specific Apache virtual host directive, so you'd think they'd go where you told them.
If anyone has any idea why this is happening, can direct me towards a solution or has had this happen to them I'd love to hear.
Thanks again!
Comments
This doesn't sound like this
This doesn't sound like this is a Drupal issue.. is your virtual host correct or even being read?
Drupal or Apache, One of You Isn't Playing Nice!
To verify that the virtual host is being read, I've switched the load position of the Drupal sites with that of the non-Drupal site. So, basically the non-Drupal site's virtual host configuration is read first and then Apache will read the Drupal virtual host configuration file last. When I do this, the non-Drupal site now loads fine. It's just peculiar to me that when the Drupal sites virtual host config is loaded first, I can't browse to the non-Drupal sites.
Any thoughts?